WebScrape MCP Server
Rank #58,161io.github.carrasquelalex1/webscrape-mcp
Fetch any URL and get clean Markdown. Web scraping for AI agents.
WebScrape MCP Server is a Model Context Protocol (MCP) server published by carrasquelalex1. It ranks #58,161 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. WebScrape MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 57,299 of 115,460 servers on MCP Toplist.
Use WebScrape MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http webscrape-mcp https://webscrape-mcp.onrender.com/mcp[mcp_servers.webscrape-mcp]
url = "https://webscrape-mcp.onrender.com/mcp"Add to ~/.codex/config.toml.
https://webscrape-mcp.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"webscrape-mcp": {
"url": "https://webscrape-mcp.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"webscrape-mcp": {
"type": "http",
"url": "https://webscrape-mcp.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"webscrape-mcp": {
"serverUrl": "https://webscrape-mcp.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"webscrape-mcp": {
"url": "https://webscrape-mcp.onrender.com/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.carrasquelalex1%2Fwebscrape-mcp)<a href="https://mcptoplist.com/server/io.github.carrasquelalex1%2Fwebscrape-mcp"><img src="https://mcptoplist.com/badge/io.github.carrasquelalex1%2Fwebscrape-mcp.svg" alt="MCP Toplist: #58,161 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
carrasquelalex1
Other servers by carrasquelalex1
View all carrasquelalex1 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 7, 2026 |
Frequently asked questions
- Who maintains WebScrape MCP Server?
- WebScrape MCP Server is maintained by carrasquelalex1, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is WebScrape MCP Server listed on the Official MCP Registry?
- Yes — WebScrape MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does WebScrape MCP Server have?
- MCP Toplist tracks 1 version of WebScrape MCP Server, most recently published on Jun 7, 2026.
- Where can I find the source code for WebScrape MCP Server?
- The source code for WebScrape MCP Server is hosted at github.com/carrasquelalex1/webscrape-mcp.