MCP.so
Sign In

Smithery CLI

@smithery-ai

About Smithery CLI

Install, manage and develop MCP servers and skills for agents

Basic information

Category

Developer Tools

License

AGPL-3.0

Runtime

node

Transports

stdio

Publisher

smithery-ai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cli-smithery-ai": {
      "command": "npx",
      "args": [
        "skills",
        "add",
        "<skill>",
        "#",
        "e.g.",
        "npx",
        "skills",
        "add",
        "smithery-ai/cli"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Smithery CLI?

Smithery CLI connects your agents to thousands of skills and MCP servers directly from the command line, acting as a registry client and tool executor.

How to use Smithery CLI?

Install globally with npm install -g smithery@latest (requires Node.js 20+). Start by running npx skills add smithery/cli, then use commands like smithery mcp search, smithery mcp add, `smithery

Comments

More Developer Tools MCP servers