Home › Other › ai-cli-mcp

ai-cli-mcp

Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs

TypeScript
★ 27 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.24.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry