Haohao-end/mcp-agent
A modular Python framework implementing the Model Context Protocol (MCP). It features a standardized client-server architecture over StdIO, integrating LLMs with external tools, real-time weather data fetching, and an advanced RAG (Retrieval-Augmented Generation) system.
Platform-specific configuration:
{
"mcpServers": {
"mcp-agent": {
"command": "npx",
"args": [
"-y",
"mcp-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...