RUN IN TERMINAL
claude mcp add comclihub-clihub -- npx -y @clihub/cli
ADD TO claude_desktop_config.json
{
"mcpServers": {
"comclihub-clihub": {
"command": "npx",
"args": ["-y", "@clihub/cli"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"comclihub-clihub": {
"command": "npx",
"args": ["-y", "@clihub/cli"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"comclihub-clihub": {
"command": "npx",
"args": ["-y", "@clihub/cli"]
}
}
}
About This MCP Server
Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with other capabilities via the stdio transport.
Package
@clihub/cli on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The clihub server extends your AI assistant with other capabilities. Once installed, your AI can use its tools automatically.