MCP.so
Sign In

Smithery Registry MCP Server

@aloshy-ai

About Smithery Registry MCP Server

MCP server for interacting with the Smithery Registry API

Basic information

Category

Other

License

GPL-3.0 license

Runtime

node

Transports

stdio

Publisher

aloshy-ai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "smithery-registry-mcp": {
      "command": "npx",
      "args": [
        "@smithery/cli",
        "install",
        "@aloshy-ai/smithery-registry-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Smithery Registry MCP Server?

It interfaces with the Smithery Registry API, allowing AI agents to search for MCP servers, get server details, and create connection URLs.

How to use Smithery Registry MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Start in STDIO mode with npm start or SSE mode with npm run sse. Use environment variables to configure SSE mode. Install and run with Smithery CLI using npx @smithery/cli.

Key features of Smithery Registry MCP Server

  • Semantic search across the MCP server registry.
  • Retrieve detailed information about a specific server.
  • Generate correctly formatted WebSocket connection URLs.
  • Supports both STDIO and SSE transport modes.
  • Pagination and filtering for server search results.

Use cases of Smithery Registry MCP Server

  • AI assistants discovering MCP servers for new capabilities.
  • Programmatically fetching server configuration details.
  • Creating instant WebSocket connection URLs for server integration.
  • Searching for servers by topic or feature keywords.

FAQ from Smithery Registry MCP Server

What transport modes does it support?

It supports STDIO mode (default for LLM clients) and SSE mode for web applications.

What environment variables can I configure?

PORT (default 3000), HOST (default localhost), ENDPOINT (default /sse), and USE_SSE to enable SSE mode.

How do I authenticate with the Smithery Registry API?

Use the authenticate tool with your Smithery API key.

What tools does the server provide?

It provides listServers, getServer, createConnectionUrl, and authenticate tools.

Can I search servers without filters or queries?

Yes, calling listServers without a query returns paginated results of all servers.

Comments

More Other MCP servers