Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Any Cli Server

FreeNot checked

Turn any CLI tool into an MCP server by leveraging its --help output, enabling natural language interaction with tools like gh, az, git, etc.

GitHubEmbed

About

Turn any CLI tool into an MCP server by leveraging its --help output, enabling natural language interaction with tools like gh, az, git, etc.

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

Install Any Cli Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install any-cli-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add any-cli-mcp-server -- npx -y any-cli-mcp-server

FAQ

Is Any Cli Server MCP free?

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

Does Any Cli Server need an API key?

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

Is Any Cli Server hosted or self-hosted?

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

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

Open Any Cli Server 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 Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs