Mcpsvr
Discover Exceptional MCP Servers
What is Mcpsvr?
Mcpsvr is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to discover exceptional mcp servers
Discover Exceptional MCP Servers
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Discover Exceptional MCP Servers
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcpsvrConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Mcpsvr
MCPSvr is a lightweight web directory for discovering and evaluating Model Context Protocol servers, maintained as an open registry that MCP clients can query directly for server installation metadata. It provides a browsable catalogue of available MCP servers with their runtime commands, arguments, required environment variables, and documentation links. Developers building MCP-powered tools use it to find the right server for their use case and to contribute new servers to the community through pull requests.
Prerequisites
- Node.js 18 or higher installed
- npm available on your PATH
- An MCP client such as Claude Desktop or Claude Code CLI if using the directory as a server
- A GitHub account if you want to contribute new server entries
Run the directory locally for development
Clone the repository, install dependencies, and start the local development server.
git clone https://github.com/nanbingxyz/mcpsvr.git
cd mcpsvr
npm install
npm run devAccess the directory
Open http://localhost:3000 in your browser to browse the MCP server catalogue. The directory reads from public/servers.json.
Use as an MCP server via npx
Run mcpsvr directly with npx to expose the directory as an MCP server that your AI assistant can query for server discovery.
npx mcpsvrAdd the server to Claude Desktop config
Add the mcpsvr entry to your Claude Desktop config so Claude can discover available MCP servers on demand.
Contribute a new server entry
To add a server to the registry, edit public/servers.json with the server's key, command, args, env variables, and homepage URL, then open a pull request.
Mcpsvr Examples
Client configuration
Claude Desktop config block for running the mcpsvr directory as an MCP server.
{
"mcpServers": {
"mcpsvr": {
"command": "npx",
"args": ["mcpsvr"]
}
}
}Prompts to try
Ask your AI assistant to discover and evaluate MCP servers from the directory.
- "List all available MCP servers in the mcpsvr directory."
- "Find MCP servers related to file system operations."
- "What environment variables does the GitHub MCP server require?"
- "Show me the installation command for the Brave Search MCP server."
- "Which MCP servers in the directory support database integrations?"Troubleshooting Mcpsvr
npx mcpsvr fails with 'package not found'
Verify the package exists on npm with `npm view mcpsvr`. If it's not published, clone the repository and run `npm run dev` locally instead, or run `node server.js` from the cloned directory.
Local dev server shows an empty server list
Check that public/servers.json exists and is valid JSON. Run `npm run dev` from the project root — not a subdirectory — so the static file is correctly served.
Claude Desktop does not list mcpsvr as connected
Confirm Node.js 18+ is on the system PATH accessible to Claude Desktop. Validate the config JSON for syntax errors, then fully quit and relaunch Claude Desktop.
Frequently Asked Questions about Mcpsvr
What is Mcpsvr?
Mcpsvr is a Model Context Protocol (MCP) server that discover exceptional mcp servers It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Mcpsvr?
Follow the installation instructions on the Mcpsvr GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Mcpsvr?
Mcpsvr works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Mcpsvr free to use?
Yes, Mcpsvr is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Mcpsvr Alternatives — Similar Developer Tools Servers
Looking for alternatives to Mcpsvr? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Mcpsvr in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Mcpsvr?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.