Skip to main content
Coding AgentsTypeScript

eirikb/any-cli-mcp-server

Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/eirikb/any-cli-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "any-cli-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "eirikb/any-cli-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
eirikb