mcp-use is an open source development platform offering SDKs, cloud infrastructure, and a developer-friendly control plane for building, managing, and deploying AI agents that leverage the Model Context Protocol (MCP). It enables connection to multiple MCP servers, each exposing specific tool capabilities like browsing, file operations, or specialized integrations, through a unified MCPClient. Developers can create custom agents (via MCPAgent) that dynamically select the most appropriate server for each task using configurable pipelines or a built-in server manager. It simplifies authentication, access control, audit logging, observability, sandboxed runtime environments, and deployment workflows, whether self-hosted or managed, making MCP development production-ready. With integrations for popular frameworks like LangChain (Python) and LangChain.js (TypeScript), mcp-use accelerates the creation of tool-enabled AI agents.
Features
- Configure multiple MCP servers via a unified JSON configuration
- Concurrently connect to diverse servers (e.g., Airbnb, Playwright) using a single MCPClient instance
- Route agent actions to specific servers by specifying server_name in agent calls
- Supports multi-tool agent workflows by combining capabilities across servers
- Easy integration using MCPClient and MCPAgent abstractions
- Enables complex workflows like combining browsing, file operations, and automation tools