Back to directory
eirikb/any-cli-mcp-server

eirikb/any-cli-mcp-server

@eirikb

Convert any CLI to proper MCP server with tools mapped based on CLI help

climcpautomationtoolconvertertypescriptnpxcli-to-mcp

Installation & Configuration

{
  "mcpServers": {
    "github-cli": {
      "command": "npx",
      "args": [
        "-y",
        "any-cli-mcp-server",
        "gh"
      ]
    },
    "azure-cli": {
      "command": "npx",
      "args": [
        "-y",
        "any-cli-mcp-server",
        "az"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15