streamable-httpupdated 0y ago
Avialble at: https://registry-mcp.remote-mcp.com
What can you do with registry mcp?
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
Deployment
Deploy to Cloudflare Workers:
npm run deploy
This 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:
- Go to https://playground.ai.cloudflare.com/
- 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.
Install
Add registry mcp to your client. Pick the one you use.
claude mcp add --transport http registry-mcp https://registry-mcp.remote-mcp.comcodex mcp add registry-mcp --url https://registry-mcp.remote-mcp.com{
"mcpServers": {
"registry-mcp": {
"url": "https://registry-mcp.remote-mcp.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"registry-mcp": {
"type": "http",
"url": "https://registry-mcp.remote-mcp.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"registry-mcp": {
"url": "https://registry-mcp.remote-mcp.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"registry-mcp": {
"serverUrl": "https://registry-mcp.remote-mcp.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance9/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 357 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Sep 9, 2025 |