Discover Exceptional MCP Servers
About
Discover Exceptional MCP Servers (MCPSvr) is a community-driven directory of MCP servers, spun off from the 5ire project. It allows developers to discover and share MCP server configurations that MCP clients like 5ire can install and run directly.
Details
- Author
- johnnyclem
- Downloads
- 263
- Categories
- Other, Community
Jump to
- Community-curated directory of MCP server configurations
- Standardized configuration schema for easy contribution
- Supports user-defined interactive parameters
- Enables direct installation and execution by MCP clients
- Maintained via GitHub pull requests to a central JSON file
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Discover Exceptional MCP ServersCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Browse the directory at /public/servers.json to find server configurations, or contribute new servers by submitting a pull request with a valid configuration object. Clients like 5ire can use the directory to install and run listed servers.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"discover exceptional mcp servers": {
"souls-mcp-srv": {
"name": "File System Access Control",
"key": "FileSystem",
"command": "npx",
"description": "Enforces directory-level operation restrictions through specified arguments",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"{{dirs@list::directories you about to access. Include trailing slash}}"
],
"homepage": "https://github.com/modelcontextprotocol/servers"
}
}
}
}
McpServers
{
"souls-mcp-srv": {
"name": "File System Access Control",
"key": "FileSystem",
"command": "npx",
"description": "Enforces directory-level operation restrictions through specified arguments",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"{{dirs@list::directories you about to access. Include trailing slash}}"
],
"homepage": "https://github.com/modelcontextprotocol/servers"
}
}
Discover Exceptional MCP Servers
MCPSvr is an innovative spin-off project from 5ire designed to host a community-driven directory of MCP servers. This platform empowers developers to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.
🚀 The servers here enable MCP clients like 5ire to install and run directly.
https://github.com/user-attachments/assets/3d1ec8db-2041-4f2d-b72c-eb8ae17ab31c
Contribution Guidelines
All registered MCP servers are maintained in the centralized repository located at /public/servers.json. Developers can submit new server configurations through GitHub pull requests (PRs).
Configuration Schema
{
"name": "Server Identifier",
"key": "Unique alphanumeric identifier",
"description": "Concise implementation overview",
"command": "Execution environment specifier (e.g., uvx, npx, python, node)",
"args": [
"Required runtime arguments"
],
"env": {
"ENVIRONMENT_VARIABLE": "Value assignment"
},
"homepage": "Official documentation URL"
}
Best Practices
1. Field Organization: Maintain alphabetical ordering for configuration keys
2. Identifier Requirements:
- Must be a unique alphanumeric string starting with a letter
- Strictly prohibits numeric prefixes
3. Metadata Handling:
- Optional name field defaults to key display value
- Environment variables and homepage URLs are supplementary fields
User-Defined Parameters
For interactive parameter requirements, adhere to the standardized format:
{{paramName@paramType::paramDescription}}
This convention enables parameter extraction and presentation in client applications.
Example Implementation:
{
"name": "File System Access Control",
"key": "FileSystem",
"command": "npx",
"description": "Enforces directory-level operation restrictions through specified arguments",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"{{dirs@list::directories you about to access. Include trailing slash}}"
],
"homepage": "https://github.com/modelcontextprotocol/servers"
}
Parameter Extraction:
{
"name": "dirs",
"type": "list",
"description": "Directories you about to access. Include trailing slash"
}
Field Constraints:
- paramName must be unique within the server configuration
- Supported data types include string,list and number,make sure to use the right type!
- Descriptive text remains optional
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



