Any Cli
FreeNot checkedConvert any (whatever) CLI to proper MCP server with tools mapped based on CLI help
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
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
