Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿค– Coding Agents
  3. Any Cli MCP Server
Any Cli MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:47:07 PM

Any Cli MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository21 GitHub StarsTotal stargazers on GitHub for the source repository (21 stars).Visit Website
developer-toolsclimcpautomation

Converts CLI tools with --help output into MCP tools, with optional caching for faster startup.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "eirikb-any-cli-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "any-cli-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿค– More in Coding Agents

Overview

eirikb/any-cli-mcp-server MCP server turns a command-line tool into an MCP server by reading the tool's --help output and generating MCP tools from it. Run it with a CLI name such as gh, az, or git, or point it at a previously generated cache file. The optional cache-build mode can improve startup performance when help discovery is slow or repeated. Reach for it when an existing CLI is available but does not have a dedicated MCP server.

Use cases

โ€ขExpose GitHub CLI commands through MCP
โ€ขWrap Azure CLI operations for an MCP client
โ€ขMake Git commands available as generated MCP tools
โ€ขCache CLI help data to reduce startup work

Key features

โ€ขGenerates MCP tools from --help output
โ€ขSupports arbitrary compatible CLI tools
โ€ขAccepts CLI names or cache files
โ€ขProvides optional cache generation
โ€ขRuns as an npm package with npx

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Any Cli MCP Server.

Extracted Tool Capabilities
Generates MCP tools from --help output
Supports arbitrary compatible CLI tools
Accepts CLI names or cache files
Provides optional cache generation
Runs as an npm package with npx

How Any Cli MCP Server works

What eirikb/any-cli-mcp-server MCP server does

The eirikb/any-cli-mcp-server MCP server exposes a command-line interface through MCP. It uses the target CLI's --help output to construct the available MCP tools, allowing an MCP-compatible client to work with command-line functionality through the protocol rather than through direct shell interaction.

The approach is intended for CLI programs that provide help output in a form the server can use. The README gives GitHub CLI (gh), Azure CLI (az), and Git (git) as example targets. The server is distributed as an npm package and runs with Node.js 18 or newer.

How it works

At startup, the server receives either the name of a CLI executable or a cache file. With a CLI name, it examines the command's help information and builds MCP tools from that information. The resulting tools represent the commands and options described by the CLI's help output; the README does not define a fixed set of tool names because they depend on the selected command-line program.

For repeated use, eirikb/any-cli-mcp-server MCP server can build a cache first. The cache is written using the target CLI name, such as gh_cache.json, and can then be supplied instead of the executable name. This avoids rebuilding the command description on every startup and is described as an optional performance improvement.

Setup and configuration

Install and run the package through npx. A direct example is:

Terminal
npx -y any-cli-mcp-server gh

Replace gh with the CLI you want to expose, such as az or git. The selected executable must be available to the environment where the MCP server runs.

An MCP client configuration supplies npx as the command and passes -y, the package name, and the target CLI as arguments:

config.json
{
  "mcpServers": {
    "github-cli": {
      "command": "npx",
      "args": ["-y", "any-cli-mcp-server", "gh"]
    }
  }
}

To prepare a cache, run npx any-cli-mcp-server --cache-build gh, then configure the server with gh_cache.json instead of gh.

Tools and capabilities

  • Generate MCP tools from a CLI's --help output.
  • Wrap command-line programs such as GitHub CLI, Azure CLI, and Git.
  • Accept either a live CLI name or a generated cache file.
  • Build a cache for faster subsequent startup.
  • Run as an npm package through npx.

The generated tool set is determined by the selected CLI, so this package does not provide one universal list of operations independent of that CLI.

Limitations and notes

The target command must provide usable --help output. This server does not replace the underlying CLI; that CLI still needs to be installed and available when the server is configured to inspect or run it. Authentication, permissions, and other requirements belong to the wrapped CLI and are not specified by the README.

Cache files are tied to the command description used to create them. If the underlying CLI changes, rebuilding the cache may be necessary so the exposed MCP tools match the current help output.

The project is open source under the MIT license. The README documents Node.js 18 or newer as the runtime requirement.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    ๐Ÿค– Coding Agents3 views
    Compare vs Cli MCP Server โ†’
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    ๐Ÿค– Coding Agents3 views
    Compare vs Codegraphcontext โ†’
  • Agy Bridge logoAgy Bridge

    Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.

    ๐Ÿค– Coding Agents5 views
    Compare vs Agy Bridge โ†’
  • Codex MCP Tool logoCodex MCP Tool

    MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

    ๐Ÿค– Coding Agents4 views
    Compare vs Codex MCP Tool โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
21
Stargazers on the source repository.
npm downloads
103
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Any Cli MCP Server

Run it with npx, for example `npx -y any-cli-mcp-server gh`, replacing `gh` with the CLI you want to expose.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAny Cli MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/eirikb-any-cli-mcp-server?style=directory)](https://allmcps.com/mcp/eirikb-any-cli-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/eirikb-any-cli-mcp-server"><img src="https://allmcps.com/api/badge/eirikb-any-cli-mcp-server?style=directory" alt="Any Cli MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿค–Coding Agents
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars21
GitHub Star CountTotal stargazers on GitHub representing community popularity (21 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2025
npm downloads103/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท any-cli-mcp-server (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿค– Coding Agents โ†’Best MCP servers for Coding Agents โ†’Alternatives to Any Cli MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code