Discovers and collects MCP servers from the internet.
A MCP Server used to collect MCP Servers over the internet.
No resources yet.
No prompts yet.
The server implements 3 tools:
.env file is required to be set up.
OPENAI_API_KEY="sk-xxx"
OPENAI_BASE_URL="https://api.openai.com/v1"
OPENAI_MODEL="gpt-4o-mini"
MCP_SERVER_SUBMIT_URL="https://mcp.so/api/submit-project"
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
To prepare the package for distribution:
uv sync
uv build
This will create source and wheel distributions in the dist/
directory.
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
--token
or UV_PUBLISH_TOKEN
--username
/UV_PUBLISH_USERNAME
and --password
/UV_PUBLISH_PASSWORD
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory path-to/mcp-server-collector run mcp-server-collector
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
An MCP server for advanced web crawling, content extraction, and AI-powered analysis using the crawl4ai library.
Fetches and caches daily articles from GeekNews using web scraping.
Web content fetching and conversion for efficient LLM usage
Extracts and transforms webpage content into clean, LLM-optimized Markdown using the Readability algorithm.
Automate web browsers and perform web scraping tasks using the Playwright framework.
A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.
Provides browser automation capabilities using Playwright. Interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Provides browser automation capabilities using Puppeteer and Steel, configurable for local or cloud instances.
Extracts information from YouTube videos and channels using the YouTube Data API.