Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Any Cli

FreeNot checked

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

GitHubEmbed

About

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

README

npm version Release License: MIT TypeScript Node.js

Turn any CLI tool into an MCP server.

Uses the --help to build MCP tools.

Works with any CLI tool that has --help output.

Quick Start

# Use with GitHub CLI
npx any-cli-mcp-server gh

# Use with Azure CLI
npx any-cli-mcp-server az

# Use with Git
npx any-cli-mcp-server git

Setup

{
  "mcpServers": {
    "github-cli": {
      "command": "npx",
      "args": ["-y", "any-cli-mcp-server", "gh"]
    },
    "azure-cli": {
      "command": "npx",
      "args": ["-y", "any-cli-mcp-server", "az"]
    },
    "git-from-cache": {
      "command": "npx",
      "args": ["-y", "any-cli-mcp-server", "git_cache.json"]
    }
  }
}

Faster Startup (Optional, but very recommended)

Build a cache first for better performance:

# Build cache
npx any-cli-mcp-server --cache-build gh

# Use cache
npx any-cli-mcp-server gh_cache.json

from github.com/eirikb/any-cli-mcp-server

Installing Any Cli

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/eirikb/any-cli-mcp-server

FAQ

Is Any Cli MCP free?

Yes, Any Cli MCP is free — one-click install via Unyly at no cost.

Does Any Cli need an API key?

No, Any Cli runs without API keys or environment variables.

Is Any Cli hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Any Cli in Claude Desktop, Claude Code or Cursor?

Open Any Cli on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Any Cli with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs