Smithery Registry MCP Server
About
MCP server for interacting with the Smithery Registry API
Details
- Author
- aloshy-ai
- Downloads
- 867
- Categories
- Other, API
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Smithery Registry MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"smithery registry mcp server": {
"smithery-registry-mcp": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"@aloshy-ai/smithery-registry-mcp"
]
}
}
}
}
McpServers
{
"smithery-registry-mcp": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"@aloshy-ai/smithery-registry-mcp"
]
}
}
Smithery Registry MCP Server
An MCP server that interfaces with the Smithery Registry API, allowing AI agents to search for MCP servers, get server details, and create connection URLs.
This server implements the functionality described in llms.txt, providing a programmatic way to search and obtain launch configurations for Model Context Protocol (MCP) servers.
Features
- Search for Servers: Find MCP servers using semantic search or specific filters
- Get Server Details: Retrieve detailed information about specific servers
- Create Connection URLs: Generate correctly formatted WebSocket URLs with encoded configurations
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




