Smithery Registry MCP Server
@aloshy-ai
About Smithery Registry MCP Server
MCP server for interacting with the Smithery Registry API
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments