loading…
Search for a command to run...
loading…
Thunderbit MCP lets AI agents search, scrape, and extract structured data from any website.
Thunderbit MCP lets AI agents search, scrape, and extract structured data from any website.
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:
| Package | Purpose | Audience |
|---|---|---|
| @thunderbit/thunderbit-cli | Command-line tool for distill / extract / batch | Developers, scripts, CI |
| @thunderbit/mcp-server | Model Context Protocol server (7 tools) | AI assistants — Claude Desktop, Cursor, Cline, Claude Code |
| thunderbit Claude Code plugin | Bundled MCP + 4 skills | Claude Code users |
Get a free API key at thunderbit.com/open-api.
npm i -g @thunderbit/thunderbit-cli
export THUNDERBIT_API_KEY=tb_your_api_key_here
thunderbit distill https://example.com -f markdown
Edit your MCP client config:
{
"mcpServers": {
"thunderbit": {
"command": "npx",
"args": ["-y", "@thunderbit/mcp-server"],
"env": { "THUNDERBIT_API_KEY": "tb_your_api_key_here" }
}
}
}
claude plugin marketplace add thunderbit-open/thunderbit-mcp-server
claude plugin add thunderbit
export THUNDERBIT_API_KEY=tb_your_api_key_here
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.
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
MIT © Thunderbit
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"thunderbit-web-scraping-mcp": {
"command": "npx",
"args": []
}
}
}