Overview
Connect Crawleo to Anthropic’s Claude Desktop application to give Claude real-time web search and crawling capabilities.Prerequisites
- Claude Desktop installed (download)
- Active Crawleo subscription with API key
Configuration
1
Open Claude Desktop Settings
Open Claude Desktop and navigate to Settings → Developer → Edit Config.This opens the
claude_desktop_config.json file.2
Add Crawleo MCP Server
Add the Crawleo MCP configuration to your config file:Replace
YOUR_API_KEY with your actual Crawleo API key.3
Restart Claude Desktop
Close and reopen Claude Desktop to load the new configuration.
4
Verify Connection
Look for the MCP tools icon (hammer) in the chat interface. Click it to see the available Crawleo tools:
web.searchweb.crawl
Example Prompts
Once connected, try these prompts with Claude:Web Search
Web Search
URL Crawling
URL Crawling
Research Task
Research Task
Content Analysis
Content Analysis
Configuration File Location
The Claude Desktop config file is located at:| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Full Configuration Example
Here’s a complete example with Crawleo configured:Troubleshooting
Tools not appearing
Tools not appearing
- Verify your API key is correct
- Ensure the JSON syntax is valid
- Restart Claude Desktop completely
- Check that you have an active Crawleo subscription
Authentication errors
Authentication errors
- Verify your API key is valid at crawleo.dev
- Ensure the
Authorizationheader includesBearerprefix - Check for extra spaces or formatting issues in the config
Connection issues
Connection issues
- Check your internet connection
- Verify the MCP URL is exactly
https://api.crawleo.dev/mcp - Try regenerating your API key if issues persist
Need Help?
Contact support if you’re still having issues.
