Scraper
Rank #2,290io.github.robot-resources/scraper
MCP server providing scraper capabilities
Scraper is a Model Context Protocol (MCP) server published by robot-resources. It ranks #2,290 of 115,460 servers tracked on MCP Toplist, and its repository has 195 GitHub stars. Scraper is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 113,170 of 115,460 servers on MCP Toplist.
Use Scraper
claude mcp add scraper -- npx -y @robot-resources/scraper-mcp[mcp_servers.scraper]
command = "npx"
args = ["-y", "@robot-resources/scraper-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"@robot-resources/scraper-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"@robot-resources/scraper-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scraper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@robot-resources/scraper-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"@robot-resources/scraper-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"@robot-resources/scraper-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.robot-resources%2Fscraper)<a href="https://mcptoplist.com/server/io.github.robot-resources%2Fscraper"><img src="https://mcptoplist.com/badge/io.github.robot-resources%2Fscraper.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
robot-resources
Other servers by robot-resources
View all robot-resources servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Mar 20, 2026 |
| 0.1.1 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scraper?
- Scraper is maintained by robot-resources, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Scraper listed on the Official MCP Registry?
- Yes — Scraper is listed on the Official MCP Registry.
- How many versions does Scraper have?
- MCP Toplist tracks 3 versions of Scraper, most recently published on Mar 20, 2026.
- Where can I find the source code for Scraper?
- The source code for Scraper is hosted at github.com/robot-resources/robot-resources.