A package manager for AI agents. Install any API, MCP server, or website as a CLI command. Your agent discovers it automatically.
Website: clictl.dev | Spec: clictl.dev/spec | Browse tools: clictl.dev/browse
macOS / Linux:
curl -fsSL https://download.clictl.dev/install.sh | bashHomebrew:
brew tap clictl/clictl
brew install clictlWindows (Scoop):
scoop bucket add clictl https://github.com/clictl/scoop-clictl
scoop install clictlYou write a YAML spec describing an API. clictl install turns it into a CLI command and registers it as an MCP server. Both you and your agent use the same tool, the same way.
clictl install github
clictl run github repo-issues --owner octocat --repo hello-worldThere are 220+ tools in the registry. Every install creates a skill file your agent reads and an MCP server entry, with no background processes or Docker containers.
| Repo | Description |
|---|---|
| cli | The clictl CLI. Written in Go. |
| Repo | Description |
|---|---|
| toolbox | Official curated toolbox with 220+ tool specs. |
| toolbox-example | Template for creating your own toolbox. |
| packs | Signed skill pack releases. |
| Repo | Description |
|---|---|
| homebrew-clictl | Homebrew tap for macOS and Linux. |
| scoop-clictl | Scoop bucket for Windows. |
Apache License 2.0. clictl is a Soap Bucket LLC project.