Ai Cli
Freeby MCP Community
MCP server for AI CLI tools (Claude, Codex, Gemini, Forge, and OpenCode) with background process management
v2.18.0Added Apr 12, 2026
mcpmodel-context-protocolclaudecodexai
Ai Cli MCP Server
MCP server for AI CLI tools (Claude, Codex, Gemini, Forge, and OpenCode) with background process management
Installation
npx -y ai-cli-mcp
Reviews
Installation
Quick install
npx -y ai-cli-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ai-cli": {
"command": "npx",
"args": ["-y", "ai-cli-mcp"]
}
}
}