> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapebadger.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Connect ScrapeBadger to Cursor IDE via MCP.

# Cursor

## Setup

Create or edit `.cursor/mcp.json` (project-level) or `~/.cursor/mcp.json` (global):

```json theme={null}
{
  "mcpServers": {
    "scrapebadger": {
      "type": "streamableHttp",
      "url": "https://mcp.scrapebadger.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
```

## Verify

Open Cursor Settings > MCP. ScrapeBadger should appear as connected with 92 tools.

<Warning>
  MCP tools only work in **Agent mode** (not Ask or Edit mode). Make sure to select Agent mode when using ScrapeBadger tools.
</Warning>

## Troubleshooting

* **Tools not showing?** Restart Cursor after adding the config.
* **"streamableHttp" not recognized?** Update Cursor to the latest version.
