AI / MLPython

mcp-agent

Build effective agents using Model Context Protocol and simple workflow patterns.

Free
N/A rating (0 reviews)0 installs8,190 GitHub stars
agentsMCPworkflow

The mcp-agent is a simple, composable framework designed to help users create effective agents by leveraging the Model Context Protocol. It emphasizes the use of straightforward patterns that can be combined to form robust solutions, making it accessible for both technical and non-technical users. The framework is built on the premise that simplicity in design leads to more reliable and maintainable agents compared to complex architectures.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-agent"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1