mcpbeat Sign in

AI CLI MCP Server

local only

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

Installs per day peak 267 · avg 31 · -76% w/w
a month agotoday
377
Installs / week
npm · ai-cli-mcp
27
Stars
4 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ai-cli-mcp -- npx -y ai-cli-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-cli-mcp": {
      "args": [
        "-y",
        "ai-cli-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-cli-mcp]
command = "npx"
args = ["-y", "ai-cli-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-cli-mcp": {
      "args": [
        "-y",
        "ai-cli-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-cli-mcp": {
      "args": [
        "-y",
        "ai-cli-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI CLI MCP

same job, measured the same way
LLM CLI Gateway
by verivus-oss

One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.

77 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

171 installs/wk local only
Ask Gemini
by lykhoyda

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

161 installs/wk local only
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

244 installs/wk local only
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

286 installs/wk local only
Ask Codex
by lykhoyda

Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions

153 installs/wk local only
showagent
by aytzey

Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.

local only
AI Skill Store
by garasegae

Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

18 tools answering

AI CLI MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for AI CLI MCP?
AI CLI MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-cli-mcp was installed 377 times last week.
How do I connect AI CLI MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-cli-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI CLI MCP?
The npm package ai-cli-mcp was installed 377 times in the last week. Week over week that is -76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI CLI MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 27 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.