thellimist/clihub
Turn any MCP server into CLI
Overview
thellimist/clihub is a Go MCP server licensed under MIT. Turn any MCP server into CLI
Ranked #159 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Go MIT
Signal Breakdown
Stars 611
Freshness 4d ago
Issue Health 89%
Contributors 1
Dependents 0
Forks 33
Description Brief
License MIT
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# clihub <p align="center"> </p> Turn any [MCP server](https://modelcontextprotocol.io/) into a compiled CLI binary. One command. Designed for agents. ``` clihub generate --url https://mcp.linear.app/mcp # → ./out/linear (6.5MB static binary, zero runtime dependencies) ``` Every tool the server exposes becomes a subcommand with flags derived from its JSON Schema. Auth is handled automatically — OAuth, bearer tokens, API keys, and more. [Full blog post](https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html) ## Install ```bash go install github.com/thellimist/clihub@latest ``` If `clihub` is not found after install, run `export PATH="$(go env GOPATH)/bin:$PATH"` to add Go-installed binaries (usually `~/go/bin`) to your current shell `PATH`. Or build from source: ```bash git clone https://github.com/thellimist/clihub.git cd clihub go build -o clihub . install -m 755 clihub ~/.local/bin/clihub ``` If you're contributing, run `bash scripts/install-hooks.sh` once after cloning. If `Read full README on GitHub →
Are you the maintainer? Claim this listing