Summary
It reads the page with a model, so the extraction is not a scraper you maintain.
Point it at a listing page or paste the content in, and it returns the servers it found; submission then posts one to a directory. The extraction runs through an OpenAI-compatible endpoint you configure, so the model and base URL are your choice.
What it is
A collector for MCP servers found on the web. It extracts server entries from a URL or from raw content you paste in, and submits one to a directory.
What you get
- extract-mcp-servers-from-url — MCP servers extracted from a page you name
- extract-mcp-servers-from-content — the same, from content passed in directly
- submit-mcp-server — one server submitted to a directory such as mcp.so, with an optional avatar URL
Requirements
An OpenAI-compatible API key, base URL and model name in the environment, plus the submit endpoint of the directory you are posting to. It runs with uv or uvx.
Setup effort
One command plus a key — uvx mcp-server-collector, then supply credentials
