Codex Desktop
Connect OpenAI Codex Desktop App to the CoreClaw MCP Server so you can search for scrapers, run them, and retrieve data directly from your Codex conversations.
Prerequisites
Section titled “Prerequisites”- Codex Desktop App installed
- A CoreClaw account with an API key — get it from Console → Settings → API & Integrations
Configuration
Section titled “Configuration”Codex Desktop supports MCP via Streamable HTTP transport. You can configure it through the graphical interface.
Step 1: Open Settings
Section titled “Step 1: Open Settings”- Open Codex Desktop
- Click on 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:scraper_api_YOUR_KEY_HERE
- Name:
Replace scraper_api_YOUR_KEY_HERE with your actual CoreClaw API key.

Step 3: Save and restart
Section titled “Step 3: Save and restart”- Click Save
- Restart Codex Desktop for the changes to take effect
Verify the connection
Section titled “Verify the connection”- Open Codex Desktop and start a new conversation
- Look for the tool icon in the message input area — this indicates MCP tools are available
- Ask: “Search for Amazon scrapers on CoreClaw”
- Codex should invoke
search_scrapersand return results
Example conversation
Section titled “Example conversation”Once connected, you can ask Codex to perform scraping tasks:
You: Find a Twitter scraper and extract the latest tweets from @elonmusk
Codex: I’ll search for a Twitter scraper and run it for you. [Calls
search_scrapers→get_scraper_details→run_scraper→ polls status → returns results]
Troubleshooting
Section titled “Troubleshooting”Tools not appearing
Section titled “Tools not appearing”- Restart Codex Desktop — MCP changes require a full restart
- 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 - Verify your key is active in the Console