This MCP server provides tools to discover and search for available Model Context Protocol (MCP) servers in the MCP Registry.
List and Search: Browse through available MCP servers with optional search capabilities
Pagination Support: Handle large result sets using cursor-based pagination with configurable limits (1-100 servers, default 50)
Custom Registry URLs: Support for custom MCP registry endpoints beyond the default official registry
Semantic Analysis Ready: Returns raw server data optimized for semantic analysis and processing
VS Code Integration: Can be installed and used directly within VS Code or VS Code Insiders
MCP Server for MCP Registry
A Model Context Protocol (MCP) server that provides tools to interact with the MCP Registry. This server allows you to discover and search for available MCP servers in the registry.
✨ Features
List MCP Servers: Browse and search through available MCP servers in the registry
Pagination Support: Handle large result sets with cursor-based pagination
Custom Registry URLs: Support for custom MCP registry endpoints
Semantic Search Ready: Returns raw server data optimized for semantic analysis
🚀 Quick Start
Prerequisites
Node.js 20+
Installation
VS Code
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json
:
📋 Available Tools
list_mcp_servers
Lists MCP servers from the MCP Registry with optional pagination and filtering.
Parameters:
limit
(optional): Maximum number of servers to return (1-100, default: 50)cursor
(optional): Pagination cursor for retrieving next set of resultsregistry_url
(optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)
📚 Related
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Enables 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.