Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cli

    Install, manage and develop MCP servers TypeScript-based implementation.

    428 stars
    TypeScript
    Updated Nov 4, 2025

    Table of Contents

    • Installation
    • Commands
    • MCP Servers
    • Tools
    • Skills
    • Auth
    • Namespaces
    • Publishing
    • Examples
    • Development
    • Contributing

    Table of Contents

    • Installation
    • Commands
    • MCP Servers
    • Tools
    • Skills
    • Auth
    • Namespaces
    • Publishing
    • Examples
    • Development
    • Contributing

    Documentation

    Smithery CLI NPM Version NPM Downloads

    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                   # Add an MCP server connection
    smithery mcp list                       # List your connections
    smithery mcp remove             # 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    # Show full details for one tool
    smithery tool call   [args]  # Call a tool

    Skills

    Browse and install skills from the Smithery Skills Registry.

    bash
    smithery skill search [query]                        # Search skills
    smithery skill add  --agent              # Add a skill
    smithery skill upvote                         # Upvote a skill
    smithery skill downvote                       # Downvote a skill
    
    # Reviews
    smithery skill review list                    # List reviews
    smithery skill review add  --up -b "text"     # Add review + vote
    smithery skill review remove                  # Remove your review
    smithery skill review upvote       # Upvote a review
    smithery skill review downvote     # Downvote a review

    Auth

    bash
    smithery auth login                     # Login with Smithery (OAuth)
    smithery auth logout                    # Log out
    smithery auth whoami                    # Check current user
    smithery auth token                     # Mint a service token
    smithery auth token --policy ''   # Mint a restricted token

    Namespaces

    bash
    smithery namespace list                 # List your namespaces
    smithery namespace use            # Set current namespace

    Publishing

    bash
    smithery mcp publish  -n   # Publish an MCP server URL

    Examples

    bash
    # Search and connect to an MCP server
    smithery mcp search "github"
    smithery mcp add https://server.smithery.ai/github --id github
    
    # Find and call tools from your connected MCP servers
    smithery tool find "create issue"
    smithery tool call github create_issue '{"title":"Bug fix","body":"..."}'
    
    # Browse and install skills
    smithery skill search "frontend" --json --page 2
    smithery skill add anthropics/frontend-design --agent claude-code
    
    # Publish your MCP server URL
    smithery mcp publish "https://my-mcp-server.com" -n myorg/my-server

    Development

    bash
    git clone https://github.com/smithery-ai/cli
    cd cli && pnpm install && pnpm run build
    npx . --help

    Contributing

    Contributions welcome! Please submit a Pull Request.

    Similar MCP

    Based on tags & features

    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k