All tools
HarnessCommunity★ 2k
Smithery CLI
Smithery's official CLI for discovering and managing MCP servers and skills. Search a registry of thousands of servers, add one via URL, list and call individual tools, and publish your own server or bundle. Also surfaces the Smithery Skills Registry — install skills for Claude Code with a single npx command. Requires Node.js 20+.
View on GitHubWhat it does
- smithery mcp search [term]
Search the Smithery registry by keyword and return matching MCP servers.
- smithery mcp add <url>
Connect to an MCP server by URL and register it as a named connection.
- smithery mcp list
List all MCP server connections currently registered with the CLI.
- smithery tool call <connection> <tool> [args]
Call a specific tool on a connected MCP server directly from the command line.
- smithery tool find [query]
Search tools across all connected MCP servers by name or intent.
- npx skills add <skill>
Install a skill from the Smithery Skills Registry into Claude Code.