AI CLI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 377 installs a week from npm. Last commit 22 Sep 2026.
Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs
We read the source, 13 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const process = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ai-cli-mcp -- npx -y ai-cli-mcp
{
"mcpServers": {
"ai-cli-mcp": {
"args": [
"-y",
"ai-cli-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ai-cli-mcp]
command = "npx"
args = ["-y", "ai-cli-mcp"]
{
"mcpServers": {
"ai-cli-mcp": {
"args": [
"-y",
"ai-cli-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ai-cli-mcp": {
"args": [
"-y",
"ai-cli-mcp"
],
"command": "npx"
}
}
}
One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.
Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.
Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity
Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions
Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Answers built from our own checks of this server.