Skip to content
Cursor

thunderbit mcp server for Cursor

io.github.thunderbit-com/thunderbit-mcp-server

AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.

client:Cursor transport:stdio runtime:npm

Install thunderbit mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "thunderbit-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thunderbit/mcp-server"
      ],
      "env": {
        "THUNDERBIT_API_KEY": "<THUNDERBIT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

thunderbit mcp server in other clients