Odel
thunderbit mcp server

thunderbit mcp server

Local
@thunderbit-com13JavaScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@thunderbit/mcp-serverv1.0.4

Run

npx -y @thunderbit/mcp-server

MCP client config

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