Crawleo MCP
Rank #42,610io.github.Crawleo/Crawleo-MCP
MCP server providing Crawleo-MCP capabilities
Crawleo MCP is a Model Context Protocol (MCP) server published by Crawleo. It ranks #42,610 of 115,591 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Crawleo MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Dec 27, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 72,981 of 115,591 servers on MCP Toplist.
Use Crawleo MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http crawleo-mcp https://api.crawleo.dev/mcp[mcp_servers.crawleo-mcp]
url = "https://api.crawleo.dev/mcp"Add to ~/.codex/config.toml.
https://api.crawleo.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"crawleo-mcp": {
"url": "https://api.crawleo.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crawleo-mcp": {
"type": "http",
"url": "https://api.crawleo.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crawleo-mcp": {
"serverUrl": "https://api.crawleo.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crawleo-mcp": {
"url": "https://api.crawleo.dev/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.Crawleo%2FCrawleo-MCP)<a href="https://mcptoplist.com/server/io.github.Crawleo%2FCrawleo-MCP"><img src="https://mcptoplist.com/badge/io.github.Crawleo%2FCrawleo-MCP.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Crawleo
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Crawleo MCP?
- Crawleo MCP is maintained by Crawleo, which publishes 6 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Crawleo MCP listed on the Official MCP Registry?
- Yes — Crawleo MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Crawleo MCP have?
- MCP Toplist tracks 2 versions of Crawleo MCP, most recently published on Dec 31, 2025.
- Where can I find the source code for Crawleo MCP?
- The source code for Crawleo MCP is hosted at github.com/Crawleo/Crawleo-MCP.