Back to Browse

Registry MCP Server

by Jaw9c
Developer ToolsUse Caution4.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

An MCP server that serves informtaion from the official MCP registry

About

An MCP server that serves informtaion from the official MCP registry

Remote endpoints: streamable-http: https://registry-mcp.remote-mcp.com sse: https://registry-mcp.remote-mcp.com/sse

Security Report

4.5
Use Caution4.5High Risk

Valid MCP server (1 strong, 1 medium validity signals). 7 known CVEs in dependencies (0 critical, 4 high severity) Imported from the Official MCP Registry.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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:

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your deployed MCP server URL (remote-mcp-server-authless.<your-account>.workers.dev/sse)
  3. 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.

Reviews

No reviews yet

Be the first to review this server!