AI CLI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 21 Jul 2026.
Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs
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"
}
}
}
Answers built from our own checks of this server.