MCP Hub
Back to servers

thunderbit-mcp-server

Validated

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

Registryglama
Stars
12
Forks
2
Tools
7
Updated
May 9, 2026
Validated
May 11, 2026
Validation Details

Duration: 9.0s

Server: thunderbit-open-api v1.0.0

Quick Install

npx -y @thunderbit/mcp-server

Thunderbit MCP Server

Open-source toolkit for the Thunderbit Open API — CLI, MCP server, and Claude Code plugin.

npm: @thunderbit/mcp-server npm: @thunderbit/thunderbit-cli License: MIT

This monorepo ships three packages, all backed by the Thunderbit Open API:

PackagePurposeAudience
@thunderbit/thunderbit-cliCommand-line tool for distill / extract / batchDevelopers, scripts, CI
@thunderbit/mcp-serverModel Context Protocol server (7 tools)AI assistants — Claude Desktop, Cursor, Cline, Claude Code
thunderbit Claude Code pluginBundled MCP + 4 skillsClaude Code users

Get a free API key at thunderbit.com/open-api.


Quick Start

CLI

npm i -g @thunderbit/thunderbit-cli
export THUNDERBIT_API_KEY=tb_your_api_key_here
thunderbit distill https://example.com -f markdown

MCP Server (Claude Desktop / Cursor / Cline)

Edit your MCP client config:

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

Claude Code Plugin

claude plugin marketplace add thunderbit-open/thunderbit-mcp-server
claude plugin add thunderbit
export THUNDERBIT_API_KEY=tb_your_api_key_here

What you can do

  • Convert any web page into clean, LLM-ready Markdown
  • Extract structured data from pages using JSON Schema
  • Get AI-suggested fields when you don't know what's on a page
  • Run batch jobs on up to 100 URLs at a time

Pricing

Distill — 1 credit. Extract — 20 credits. Suggest fields — 1 credit. Batch jobs scale per URL. Status polling is free.

Top up at thunderbit.com/billing.


Development

git clone https://github.com/thunderbit-open/thunderbit-mcp-server.git
cd thunderbit-mcp-server
# each package is independent
cd packages/mcp-server && npm install
cd packages/cli && npm install

License

MIT © Thunderbit

Reviews

No reviews yet

Sign in to write a review