Scrapfly MCP Server
Rank #5,390io.scrapfly.mcp/mcp
MCP server providing mcp capabilities
Scrapfly MCP Server is a Model Context Protocol (MCP) server published by scrapfly. It ranks #5,390 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Scrapfly MCP Server is listed across 5 registries — Official MCP, PulseMCP, mcp.so, Glama and Smithery, with 2 tracked versions. It was first listed on Sep 8, 2025 and most recently updated on Dec 10, 2025.
Ranks ahead of 110,070 of 115,460 servers on MCP Toplist.
Use Scrapfly MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp https://mcp.scrapfly.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp -- npx -y scrapfly-mcp[mcp_servers.mcp]
url = "https://mcp.scrapfly.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp]
command = "npx"
args = ["-y", "scrapfly-mcp"]Add to ~/.codex/config.toml.
https://mcp.scrapfly.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scrapfly-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp": {
"url": "https://mcp.scrapfly.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scrapfly-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.scrapfly.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrapfly-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp": {
"serverUrl": "https://mcp.scrapfly.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scrapfly-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp": {
"url": "https://mcp.scrapfly.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scrapfly-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.scrapfly.mcp%2Fmcp)<a href="https://mcptoplist.com/server/io.scrapfly.mcp%2Fmcp"><img src="https://mcptoplist.com/badge/io.scrapfly.mcp%2Fmcp.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 (4 delisted)
scrapfly
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scrapfly MCP Server?
- Scrapfly MCP Server is maintained by scrapfly, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Scrapfly MCP Server listed on the Official MCP Registry?
- Yes — Scrapfly MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so, Glama and Smithery.
- How many versions does Scrapfly MCP Server have?
- MCP Toplist tracks 2 versions of Scrapfly MCP Server, most recently published on Dec 10, 2025.
- Where can I find the source code for Scrapfly MCP Server?
- The source code for Scrapfly MCP Server is hosted at github.com/scrapfly/scrapfly-mcp.