eirikb/any-cli-mcp-server
Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance.
Quick Start
Clone the repository:
git clone https://github.com/eirikb/any-cli-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"any-cli-mcp-server": {
"command": "npx",
"args": [
"-y",
"eirikb/any-cli-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.