io.github.thunderbit-open/thunderbit-mcp-server MCP Server
io.github.thunderbit-open/thunderbit-mcp-server
What is the io.github.thunderbit-open/thunderbit-mcp-server MCP server?
AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.
How to install io.github.thunderbit-open/thunderbit-mcp-server
Copy-paste configuration for popular MCP clients.
THUNDERBIT_API_KEYrequiredsecretYour Thunderbit API key (tb_...). Get one at https://app.thunderbit.com/console
{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<YOUR_THUNDERBIT_API_KEY>"
}
}
}
}{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<YOUR_THUNDERBIT_API_KEY>"
}
}
}
}{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<YOUR_THUNDERBIT_API_KEY>"
}
}
}
}{
"servers": {
"thunderbit-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<YOUR_THUNDERBIT_API_KEY>"
}
}
}
}claude mcp add thunderbit-mcp-server --env THUNDERBIT_API_KEY=<YOUR_THUNDERBIT_API_KEY> -- npx -y @thunderbit/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.