The reputation layer for AI skills, tools & agents

smithery-ai/cli

Score: 58.5 Rank #119

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

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 292 open vs 92 closed issues — triaging stale issues improves health

Badge

AgentRank score for smithery-ai/cli
[![AgentRank](https://agentrank-ai.com/api/badge/tool/smithery-ai--cli)](https://agentrank-ai.com/tool/smithery-ai--cli)
<a href="https://agentrank-ai.com/tool/smithery-ai--cli"><img src="https://agentrank-ai.com/api/badge/tool/smithery-ai--cli" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 f
Read full README on GitHub →
Are you the maintainer? Claim this listing