MCP Registry Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Registry Serverlist servers that work with databases"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Registry Server
Avialble at: https://registry-mcp.remote-mcp.com
An MCP server that provides tools to search and retrieve information from the official MCP registry.
Tools
ListMCPServers: Search and list MCP servers from the registry with optional filtering
GetMCPServer: Get detailed information about a specific MCP server
Related MCP server: MCP Hub Database Server
Deployment
Deploy to Cloudflare Workers:
npm run deployThis will deploy your MCP server to a URL like: registry-mcp.remote-mcp.com
Connect to Cloudflare AI Playground
You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
Enter your deployed MCP server URL (
remote-mcp-server-authless.<your-account>.workers.dev/sse)You can now use your MCP tools directly from the playground!
Connect Claude Desktop to your MCP server
You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse
]
}
}
}Restart Claude and you should see the tools become available.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.
Search a nightly-refreshed directory of MCP servers by keyword, category or topic.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables discovery and search of available MCP servers through the official MCP Registry. Supports browsing servers with pagination and filtering to find the right MCP tools for your needs.130 npm4MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables querying and searching the MCP Hub database to discover MCP servers, view server details, find top servers by popularity or recency, and identify top contributors.-
- AlicenseNot gradedqualityDmaintenanceEnables discovery and querying of available MCP servers from the official repository. Supports searching by name, description, features, categories, and provides random server suggestions for exploration.10 npm3MIT
- AlicenseAqualityBmaintenanceEnables searching the official MCP Registry for servers, inspecting details, and generating install commands directly from within an agent session.4MIT