Claude Desktop
Connect Claude Desktop to the CoreClaw MCP Server so Claude can discover CoreClaw workers, run them, monitor runs, and retrieve results directly from your conversations.
Prerequisites
Section titled “Prerequisites”- Claude Desktop installed
- A CoreClaw account with an API key from Console -> Settings -> API & Integrations
Configuration
Section titled “Configuration”Claude Desktop supports MCP via Streamable HTTP transport. Configure it through the graphical interface.
Step 1: Open Settings
Section titled “Step 1: Open Settings”- Open Claude Desktop.
- Click your profile icon -> Settings.
- Navigate to Connectors & Extensions.
Step 2: Add MCP Server
Section titled “Step 2: Add MCP Server”- Click Add MCP Server or +.
- Fill in the form:
- Name:
CoreClaw - Transport:
HTTP - URL:
https://mcp.coreclaw.com/mcp - Headers:
api-key:YOUR_CORECLAW_API_KEY
- Name:
Replace YOUR_CORECLAW_API_KEY with your actual CoreClaw API key.

Step 3: Save and Restart
Section titled “Step 3: Save and Restart”- Click Save.
- Restart Claude Desktop for the changes to take effect.
Verify the Connection
Section titled “Verify the Connection”- Open a new conversation in Claude Desktop.
- Look for the tool icon in the message input area.
- Ask Claude: “Find Amazon workers on CoreClaw.”
- Claude should call
list_store_workersand return matching workers.
Example Conversation
Section titled “Example Conversation”You: Find a Google Maps worker and extract restaurant data near Times Square, New York.
Claude: I’ll find a Google Maps worker, inspect its input schema, and run it for you. [Calls
list_store_workers->get_worker_input_schema->run_worker->get_worker_run->list_worker_run_results]
Troubleshooting
Section titled “Troubleshooting”Tools not appearing
Section titled “Tools not appearing”- Restart Claude Desktop after MCP config changes.
- Check the Claude Desktop logs for connection errors.
- Verify your API key is correct and active.
Authentication errors
Section titled “Authentication errors”- Ensure the
api-keyheader value matches your CoreClaw API key exactly. - Check that your key has not expired in the Console.
Claude Desktop Logs
Section titled “Claude Desktop Logs”| Platform | Log location |
|---|---|
| macOS | ~/Library/Logs/Claude/ |
| Windows | %APPDATA%\Claude\logs\ |
| Linux | ~/.config/Claude/logs/ |
Look for files with mcp in the name.