Mcpsvr

v1.0.0Developer Toolsstable

Discover Exceptional MCP Servers

mcp-servermodelcontextprotocol
Share:
301
Stars
0
Downloads
0
Weekly
0/5

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

Discover and evaluate exceptional MCP servers for your projects.
Browse curated lists of available MCP server implementations.
Find the right MCP server for your specific use case.
nanbingxyz

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcpsvr

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 dev
2

Access the directory

Open http://localhost:3000 in your browser to browse the MCP server catalogue. The directory reads from public/servers.json.

3

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 mcpsvr
4

Add the server to Claude Desktop config

Add the mcpsvr entry to your Claude Desktop config so Claude can discover available MCP servers on demand.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "mcpsvr": { "command": "npx", "args": ["-y", "mcpsvr"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides