mcp-server-collector MCP server
About
A MCP Server used to collect MCP Servers over the internet.
Details
- Author
- chatmcp
- Downloads
- 347
- Categories
- Web Scraping, Search, Knowledge Base, Developer Tools
Jump to
- Extracts MCP server details from a given URL.
- Extracts MCP server details from provided content text.
- Submits an MCP server to a directory like mcp.so.
- Requires only an OpenAI API key for extraction.
- Supports custom OpenAI base URL and model selection.
- Easily configurable for Claude Desktop.
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
mcp-server-collector MCP serverCommand (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
Install via uvx mcp-server-collector and configure a .env file with OPENAI_API_KEY, OPENAI_BASE_URL, OPENAI_MODEL, and MCP_SERVER_SUBMIT_URL. Add the server to your Claude Desktop configuration under mcpServers, referencing the installed package or local directory. Invoke its three tools through any MCP client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-collector mcp server": {
"mcp-server-collector": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"mcp-server-collector": {
"command": "uv",
"args": [
"sync"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



