#38 · Primary category: LLM Application Frameworks
mcp-use
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
Project last updated:08/29/26
GitHub Stars
10.5K
Forks
1.4K
Contributors
50
License
MIT
Why we included this project
mcp-use targets teams that build Model Context Protocol servers or apps for ChatGPT and Claude. It is a fully typed TypeScript framework that covers the whole arc from scaffolding to production: one npx command generates a server with typed tool definitions, and a built-in Inspector runs in the browser or headlessly through the CLI, so you can invoke tools, validate inputs, and inspect interactive React views without leaving the dev loop. Its distinguishing feature is native Views, which bind React UIs directly to your tools and let you ship interactive experiences inside ChatGPT and Claude rather than returning plain text. The same codebase also supports agent-first workflows, screenshot verification, and a tunnel command that tests a local server against the real assistants before you deploy. If you want one maintainable framework for MCP work instead of wiring together separate client and server libraries, this is worth a look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform