Agents
Freeby MCP Community
MCP server that wraps AI CLI tools (Claude Code, Gemini CLI, Codex CLI) for use by any MCP client
v0.6.5Added Apr 12, 2026
mcpclaudegeminicodexanthropic
Agents MCP Server
MCP server that wraps AI CLI tools (Claude Code, Gemini CLI, Codex CLI) for use by any MCP client
Installation
npx -y mcp-agents
Reviews
Installation
Quick install
npx -y mcp-agents
Add to claude_desktop_config.json
{
"mcpServers": {
"agents": {
"command": "npx",
"args": ["-y", "mcp-agents"]
}
}
}