mcp-agent
Build effective agents using Model Context Protocol and simple workflow patterns.
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
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