MCP Directory
Back

mcp-agent

by lastmile-ai · Python · ★ 8,304

Build effective agents using Model Context Protocol and simple workflow patterns

#agents#ai#ai-agents#llm#llms#mcp#model-context-protocol#python

Install

pip install git+https://github.com/lastmile-ai/mcp-agent.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/lastmile-ai/mcp-agent.git"
      ]
    }
  }
}

From the README

Build effective agents with Model Context Protocol using simple, composable patterns. Examples | Building Effective Agents | MCP **** is a simple, composable framework to build effective agents using [Model Context Protocol](https://modelcontextprotocol.io/introduction). > [!Note] > mcp-agent's vision is that _MCP is all you need to build agents, and that simple patterns are more robust than complex architectures for shipping high-quality agents_. gives you the following: 1. **Full MCP support**: It _fully_ implements MCP, and handles the pesky business of managing the lifecycl…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers