smithery-ai/cli
Install, manage and develop MCP servers and skills for agents
Overview
smithery-ai/cli is a TypeScript MCP server licensed under AGPL-3.0. Install, manage and develop MCP servers and skills for agents
Ranked #119 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Used by 174 other projects.
Has 22 contributors.
Actively maintained with commits in the last week.
Ecosystem
TypeScript AGPL-3.0
Signal Breakdown
Stars 573
Freshness 3d ago
Issue Health 24%
Contributors 22
Dependents 174
Forks 77
Description Good
License AGPL-3.0
How to Improve
Description low impact
Issue Health high impact
Matched Queries
From the README
# Smithery CLI Smithery CLI connects your agents to thousands of skills and MCP servers directly from the command line. To get started, simply run `npx skills add smithery/cli`. ## Installation ```bash npm install -g @smithery/cli@latest ``` Requires Node.js 20+. ## Commands ### MCP Servers ```bash smithery mcp search [term] # Search the Smithery registry smithery mcp add <url> # Add an MCP server connection smithery mcp list # List your connections smithery mcp remove <ids...> # Remove connections ``` ### Tools Interact with tools from MCP servers connected via `smithery mcp`. ```bash smithery tool list [connection] # List tools from your connected MCP servers smithery tool find [query] # Search tools by name or intent smithery tool get <connection> <tool> # Show full details for one tool smithery tool call <connection> <tool> [args] # Call a tool ``` ### Skills Browse and install skills fRead full README on GitHub →
Are you the maintainer? Claim this listing