Skip to content
Claude Desktop

thunderbit mcp server for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install thunderbit mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

thunderbit mcp server in other clients