cli

smithery-ai/cli
★ 575 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Install, manage and develop MCP servers and skills for agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "smithery-ai/cli"
      ]
    }
  }
}