MCP Use is a full-stack framework for building MCP-powered applications. It provides everything needed to create, test, and deploy MCP servers and clients — including a visual testing UI, client SDK, server templates, and deployment tools.
MCP Use provides everything needed to build complete MCP-powered applications. From server templates to client SDKs to visual testing tools, it’s the full-stack framework for the MCP ecosystem.
from mcp_use import MCPClient
client = MCPClient()
client.connect("http://localhost:3000/mcp")
tools = client.list_tools()
result = client.call_tool("my-tool", {"param": "value"})
Build a complete MCP app in minutes:
1. mcp-use create server my-tools
2. Add tool functions
3. mcp-use test → opens visual testing UI
4. mcp-use deploy → production-ready
Official Anthropic-maintained collection of 20+ MCP server implementations for filesystem, GitHub, Slack, databases, and more.
The fast, Pythonic way to build MCP servers — like FastAPI but for the Model Context Protocol.
Secure cloud sandboxes for AI agents to execute code — isolated environments with built-in safety.