Mcp_web_scrapper
@Neche-Stephen
About Mcp_web_scrapper
A web scrapper to scrap mcp web servers from glama.ai
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_web_scrapper": {
"command": "node",
"args": [
"scraper.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp_web_scrapper?
Mcp_web_scrapper is a Node.js tool that scrapes and extracts MCP web server listings from glama.ai. It is intended for developers who want to collect a directory of available MCP servers.
How to use Mcp_web_scrapper?
Clone the repository, run npm install, then execute node scraper.js to collect server links, followed by node process-links.js to extract detailed data. Delete the servers-json folder if a fresh scrape is needed.
Key features of Mcp_web_scrapper
- Scrapes MCP server links from glama.ai
- Extracts detailed server information from each link
- Uses a headless browser for data collection
- Saves output as JSON files in a dedicated folder
- Provides terminal progress during processing
Use cases of Mcp_web_scrapper
- Building a local directory of MCP servers
- Analyzing the MCP server ecosystem from glama.ai
- Automating the discovery of new MCP servers
- Creating a backup of server listings for offline use
FAQ from Mcp_web_scrapper
What does Mcp_web_scrapper do?
It scrapes and extracts MCP web servers from the glama.ai website, first collecting all server links and then fetching detailed data from each link.
How do I install Mcp_web_scrapper?
Clone the repository and run npm install to install dependencies. You need Node.js and npm.
How do I run a fresh scrape?
Delete the servers-json folder if it exists from a previous run, then execute node scraper.js followed by node process-links.js.
What files are generated?
A file named server-links.json is created in a servers-json folder. After processing, detailed data files named after each MCP server are stored in the same folder.
How long does scraping take?
The process may take a few minutes. Wait for the “Closing browser” message before terminating.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments