MCP Directory
Back

mcp-agent

by lastmile-ai · Python · ★ 8,390

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related ai & ml servers