
mcp-agent
by lastmile-ai
Composable framework to build effective agents using Model Context Protocol with durable execution and advanced patterns.
What it does\nmcp-agent is a Python framework designed to build robust AI agents by leveraging the Model Context Protocol (MCP). It allows developers to connect LLMs to various MCP servers and implement complex agentic patterns such as map-reduce, router, and evaluator-optimizer without writing boilerplate code.\n\n## Tools\n- Agent Orchestration: Coordinate multiple worker agents and manage their lifecycles.\n- Workflow Patterns: Implement parallel processing, intent classification, and deep research pipelines.\n- Durable Execution: Integration with Temporal for pause, resume, and recovery of agent states.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mcp-agent": {\n "command": "uvx",\n "args": ["mcp-agent"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- Cursor\n- VS Code\n
Quick install
uvx mcp-agentInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






