npm mcp-server-mcp-registrystdioupdated 11mo ago
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.
What can you do with mcp server mcp registry?
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:
{
"servers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry@latest"
]
}
}
}
📋 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
Install
Add mcp server mcp registry to your client. Pick the one you use.
claude mcp add mcp-server-mcp-registry -- npx -y mcp-server-mcp-registrycodex mcp add mcp-server-mcp-registry -- npx -y mcp-server-mcp-registryamp mcp add mcp-server-mcp-registry -- npx -y mcp-server-mcp-registry{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server-mcp-registry","command":"npx","args":["-y","mcp-server-mcp-registry"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server-mcp-registry": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-server-mcp-registryRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/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 352 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
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Sep 14, 2025 |