Agent
Freeby MCP Community
Model Context Protocol
v0.0.4Added Apr 12, 2026
Agent MCP Server
Model Context Protocol
Installation
npx -y @graphai/mcp_agent
Reviews
Installation
Quick install
npx -y @graphai/mcp_agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@graphai/mcp_agent"]
}
}
}