data-ai MCP Server
MCP server to run Claude, Codex, and Gemini CLI agents in the background from any MCP client.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx ai-cli-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"ai-cli-mcp": {
"command": "npx",
"args": [
"ai-cli-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)