Back to Browse

Registry MCP Server

by Wei
Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for querying the official MCP registry.

About

MCP server for querying the official MCP registry.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed ยท 3 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.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-wei-mcp-registry-mcp-server": {
      "args": [
        "-y",
        "mcp-registry-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-registry-mcp-server

npm version License: MIT

A Model Context Protocol (MCP) server that provides tools to query the official MCP Registry. This server enables AI assistants and applications to discover, search, and retrieve information about published MCP servers programmatically.

โœจ Features

  • ๐Ÿ” List Servers: Browse all registered MCP servers with pagination
  • ๐Ÿ”Ž Search: Find servers by name with filtering options
  • ๐Ÿ“ฆ Version Management: View all versions of specific servers
  • ๐Ÿ“ Detailed Information: Get comprehensive server details
  • ๐Ÿ’š Health Checks: Monitor registry availability

๐Ÿš€ Quick Start

Install in VS Code Install in Cursor

Other Clients

Sample configuration (double check the documentation of your MCP client for exact syntax and file locations):

{
  "mcp-registry-mcp-server": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "mcp-registry-mcp-server"]
  }
}

๐Ÿ“š How to Use

Once configured, you can ask your AI assistant natural language questions like:

  • "What new MCP servers have recently been released?"
  • "Search for filesystem-related MCP servers"
  • "Show me the latest version of the github-mcp-server"
  • "Get details about the Chrome DevTools MCP server"
  • "Is the MCP registry healthy?"

The AI will automatically use the appropriate registry tools to answer your questions.

๐Ÿ› ๏ธ Available Tools

list_servers

Browse all registered MCP servers with optional search and pagination.

Example prompts:

  • "List all MCP servers"
  • "Search for servers related to GitHub"
  • "Show me recently updated servers"

list_server_versions

View all available versions for a specific MCP server.

Example prompts:

  • "What versions are available for the filesystem server?"
  • "Show version history for io.modelcontextprotocol/filesystem"

get_server

Get detailed information about a specific MCP server version.

Example prompts:

  • "Tell me about the latest filesystem server"
  • "Get details for io.modelcontextprotocol/filesystem version 1.0.0"

health_check

Check if the MCP registry is operational.

Example prompts:

  • "Is the MCP registry working?"
  • "Check registry health status"

๐Ÿ”ง Requirements

๐Ÿค Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

๐Ÿ“– Documentation

๐Ÿ“„ License

MIT License - See LICENSE for details

๐Ÿ”— Resources


Made with โค๏ธ by @wei

Reviews

No reviews yet

Be the first to review this server!