Turn any CLI tool into an MCP server. Uses the --help to build MCP tools. Works with any CLI tool that has --help output. Build a cache first for better performance:
Add this skill
npx mdskills install eirikb/any-cli-mcp-serverDynamically converts CLI tools to MCP servers with clear setup but major security concerns
Turn any CLI tool into an MCP server.
Uses the --help to build MCP tools.
Works with any CLI tool that has --help output.
# 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
{
"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"]
}
}
}
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
Install via CLI
npx mdskills install eirikb/any-cli-mcp-serverAny CLI MCP Server is a free, open-source AI agent skill. Turn any CLI tool into an MCP server. Uses the --help to build MCP tools. Works with any CLI tool that has --help output. Build a cache first for better performance:
Install Any CLI MCP Server with a single command:
npx mdskills install eirikb/any-cli-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
Any CLI MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.