AI-powered web scraping and structured data extraction. CLI + MCP server + Claude Code plugin for the Thunderbit Open API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"thunderbit-mcp-serve": {
"command": "npx",
"args": [
"-y",
"thunderbit-open/thunderbit-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add thunderbit-mcp-serve npx -y thunderbit-open/thunderbit-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"thunderbit-mcp-serve": {
"command": "npx",
"args": [
"-y",
"thunderbit-open/thunderbit-mcp-server"
]
}
}
}