Ai Cli MCP
Rank #2,093io.github.mkXultra/ai-cli-mcp
Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs
Ai Cli MCP is a Model Context Protocol (MCP) server published by mkxultra. It ranks #2,093 of 115,591 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. Ai Cli MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 19 tracked versions. It was first listed on Jun 16, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 113,498 of 115,591 servers on MCP Toplist.
Use Ai Cli MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ai-cli-mcp -- npx -y ai-cli-mcp[mcp_servers.ai-cli-mcp]
command = "npx"
args = ["-y", "ai-cli-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ai-cli-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"-y",
"ai-cli-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mkXultra%2Fai-cli-mcp)<a href="https://mcptoplist.com/server/io.github.mkXultra%2Fai-cli-mcp"><img src="https://mcptoplist.com/badge/io.github.mkXultra%2Fai-cli-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mkxultra
Other servers by mkxultra
View all mkxultra servers →Available versions (19)
| Version | Published |
|---|---|
| 2.22.1 | Aug 28, 2026 |
| 2.22.0 | Jul 21, 2026 |
| 2.21.0 | Apr 23, 2026 |
| 2.20.1 | Apr 18, 2026 |
| 2.19.0 | Apr 15, 2026 |
| 2.18.0 | Apr 12, 2026 |
| 2.17.0 | Apr 11, 2026 |
| 2.16.0 | Apr 11, 2026 |
| 2.15.0 | Apr 9, 2026 |
| 2.14.1 | Apr 7, 2026 |
| 2.14.0 | Apr 7, 2026 |
| 2.13.0 | Apr 7, 2026 |
| 2.12.0 | Mar 12, 2026 |
| 2.11.0 | Mar 8, 2026 |
| 2.10.0 | Mar 7, 2026 |
| 2.9.1 | Mar 7, 2026 |
| 2.9.0 | Mar 2, 2026 |
| 2.8.2 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ai Cli MCP?
- Ai Cli MCP is maintained by mkxultra, which publishes 2 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Ai Cli MCP listed on the Official MCP Registry?
- Yes — Ai Cli MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ai Cli MCP have?
- MCP Toplist tracks 19 versions of Ai Cli MCP, most recently published on Aug 28, 2026.
- Where can I find the source code for Ai Cli MCP?
- The source code for Ai Cli MCP is hosted at github.com/mkxultra/ai-cli-mcp.