Crawleo

v1.0.0Search & Data Extractionstable

Crawleo MCP Server - Real-Time Web Knowledge for AI Crawleo's Model Context Protocol (MCP) server enables AI assistants like Claude to access real-time web data directly through native tool integration.

crawleo-mcpmcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Crawleo?

Crawleo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to crawleo mcp server - real-time web knowledge for ai crawleo's model context protocol (mcp) server enables ai assistants like claude to access real-time web data directly through native tool integratio...

Crawleo MCP Server - Real-Time Web Knowledge for AI Crawleo's Model Context Protocol (MCP) server enables AI assistants like Claude to access real-time web data directly through native tool integration.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Crawleo MCP Server - Real-Time Web Knowledge for AI Crawleo'

Use Cases

Access real-time web data through Crawleo's native MCP integration.
Enable AI assistants to perform live web searches and data extraction.
Crawleo

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMar 5, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx crawleo-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Crawleo

Crawleo MCP Server connects AI assistants to real-time web data through two primary tools: web.search for live web searches with multi-format output and web.crawl for deep JavaScript-rendered content extraction from any URL. Obtain a Crawleo API key from crawleo.dev and add it to your MCP config to give Claude persistent access to the live web.

Prerequisites

  • A Crawleo account with an API key (sign up at crawleo.dev, key begins with sk_)
  • Node.js 18+ and npm installed
  • Claude Desktop, Claude Code, or another MCP-compatible client
1

Obtain a Crawleo API key

Sign up at crawleo.dev and navigate to your dashboard to generate an API key. The key begins with 'sk_' and is required for all requests.

2

Install the Crawleo MCP package

Install the package globally via npm, or use npx to run it on demand without a global install.

npm install -g crawleo-mcp
# Or run without installing:
npx crawleo-mcp
3

Configure Claude Desktop

Add the Crawleo MCP server to your Claude Desktop configuration file with the CRAWLEO_API_KEY environment variable.

{
  "mcpServers": {
    "crawleo": {
      "command": "npx",
      "args": ["-y", "crawleo-mcp"],
      "env": {
        "CRAWLEO_API_KEY": "sk_your_api_key_here"
      }
    }
  }
}
4

Configure Claude Code CLI (alternative)

Register the server directly from the Claude Code CLI with the API key passed as an environment variable.

claude mcp add --scope user crawleo \
  --env CRAWLEO_API_KEY=sk_your_api_key_here \
  -- npx -y crawleo-mcp
5

Test with a web search

Restart Claude and ask it to search for something current. Claude will use the web.search tool to return live results from the web.

Crawleo Examples

Client configuration

Claude Desktop configuration using npx to run crawleo-mcp on demand with the required API key.

{
  "mcpServers": {
    "crawleo": {
      "command": "npx",
      "args": ["-y", "crawleo-mcp"],
      "env": {
        "CRAWLEO_API_KEY": "sk_your_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts for real-time web searches, content extraction, and competitor research using Crawleo.

- "Search for recent developments in quantum computing from the past week and summarize the key findings"
- "Crawl the FastAPI documentation quickstart page and extract all the code examples"
- "Search for competitor pricing pages for project management tools and extract their pricing tiers"
- "Find today's top AI news stories from US sources and list them with brief summaries"
- "Extract all the product specifications from this e-commerce page: https://example.com/product"

Troubleshooting Crawleo

401 Unauthorized or invalid API key error

Verify CRAWLEO_API_KEY starts with 'sk_' and matches the key shown in your Crawleo dashboard exactly. Regenerate the key if needed. Ensure the env variable is set in the MCP config, not just in your shell profile.

web.crawl returns empty content for JavaScript-heavy sites

Crawleo uses JavaScript rendering by default, but some SPAs may need extra load time. Try the web.search tool first to find the canonical URL, then crawl that specific URL. Request Markdown output format for cleaner extraction from rendered pages.

npx crawleo-mcp hangs on first run

The first run downloads the package, which may take a moment on slow connections. If it hangs for more than 60 seconds, check your npm registry access with: npm ping. Alternatively, install globally first with npm install -g crawleo-mcp, then change the command to 'crawleo-mcp' with empty args.

Frequently Asked Questions about Crawleo

What is Crawleo?

Crawleo is a Model Context Protocol (MCP) server that crawleo mcp server - real-time web knowledge for ai crawleo's model context protocol (mcp) server enables ai assistants like claude to access real-time web data directly through native tool integration. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Crawleo?

Follow the installation instructions on the Crawleo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Crawleo?

Crawleo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Crawleo free to use?

Yes, Crawleo is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "crawleo-mcp": { "command": "npx", "args": ["-y", "crawleo-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Crawleo?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides