AI CLI MCP
AIMCP server to run Claude, Codex, and Gemini CLI agents in the background from any MCP client.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}