CodexSpot
S

Smithery MCP Server

Connects AI assistants to the Smithery MCP registry through HTTP, enabling discovery, inspection, and installation of MCP servers from the Smithery marketplace.

httpRemoteApiKeynpm

What This Server Exposes

Tools

search_serversget_server_detailsinstall_server

Setup Instructions

  1. 1Sign up or log in at smithery.ai
  2. 2Generate an API key from your account settings
  3. 3Add the Smithery server config to your Claude Desktop configuration
  4. 4Set the SMITHERY_API_KEY environment variable
  5. 5Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "smithery": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/mcp-server"
      ],
      "env": {
        "SMITHERY_API_KEY": "your-smithery-api-key"
      }
    }
  }
}

Environment Variables

SMITHERY_API_KEY
Smithery API key for authenticating requests to the Smithery registry
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Installing MCP servers via Smithery executes third-party code. Review server details and source repositories before installation. Only install servers from trusted publishers.

This listing is for informational purposes only. CodexSpot is not affiliated with Smithery MCP Server.