What is mcp-use?
mcp-use Cloud is the ultimate platform for building, discovering, and deploying Model Context Protocol (MCP) servers. Whether you're a developer or a team, it simplifies the process of spinning up and managing MCP servers with zero friction.
What are the features of mcp-use?
- Build & Deploy MCP Agents: Create and deploy MCP servers effortlessly.
- Single Endpoint Access: Aggregate multiple MCP servers through one unified endpoint.
- Community-Powered Registry: Browse and use servers built by the community.
- Open-Source Libraries: Easy integration with
pip install mcp-useornpm install mcp-use. - Managed Gateway: Built-in routing, auth, load balancing, and observability.
What are the use cases of mcp-use?
- AI-Powered Workflows: Automate tasks like content generation or data processing.
- Team Collaboration: Share and manage MCP servers across projects.
- Third-Party Integrations: Proxy external services through the MCP gateway.
- Rapid Prototyping: Test and deploy MCP servers in a sandbox environment.
How to use mcp-use?
- Install the SDK:
pip install mcp-use # or npm install mcp-use - Connect to a server pool:
client = MCPClient(server_pool="marketing_servers") - Run queries with your preferred model:
result = await agent.run("Create a post about our latest release")






