thunderbit mcp server for Claude Desktop
io.github.thunderbit-com/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
{
"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