thunderbit-web-scraping-mcp
Rank #17,169io.github.thunderbit-open/thunderbit-mcp-server
AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.
thunderbit-web-scraping-mcp is a Model Context Protocol (MCP) server published by thunderbit-open. It ranks #17,169 of 132,046 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. thunderbit-web-scraping-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 114,877 of 132,046 servers on MCP Toplist.
Use thunderbit-web-scraping-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add thunderbit-mcp-server -e "THUNDERBIT_API_KEY=<your THUNDERBIT_API_KEY>" -- npx -y @thunderbit/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.thunderbit-mcp-server]
command = "npx"
args = ["-y", "@thunderbit/mcp-server"]
[mcp_servers.thunderbit-mcp-server.env]
THUNDERBIT_API_KEY = "<your THUNDERBIT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<your THUNDERBIT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<your THUNDERBIT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"thunderbit-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<your THUNDERBIT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<your THUNDERBIT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<your THUNDERBIT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.thunderbit-open%2Fthunderbit-mcp-server)<a href="https://mcptoplist.com/server/io.github.thunderbit-open%2Fthunderbit-mcp-server"><img src="https://mcptoplist.com/badge/io.github.thunderbit-open%2Fthunderbit-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
thunderbit-open
Available versions (3)
| Version | Published |
|---|---|
| 1.0.4 | May 28, 2026 |
| 1.0.3 | May 20, 2026 |
| 1.0.2 | May 9, 2026 |
Frequently asked questions
- Who maintains thunderbit-web-scraping-mcp?
- thunderbit-web-scraping-mcp is maintained by thunderbit-open, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is thunderbit-web-scraping-mcp listed on the Official MCP Registry?
- Yes — thunderbit-web-scraping-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does thunderbit-web-scraping-mcp have?
- MCP Toplist tracks 3 versions of thunderbit-web-scraping-mcp, most recently published on May 28, 2026.
- Where can I find the source code for thunderbit-web-scraping-mcp?
- The source code for thunderbit-web-scraping-mcp is hosted at github.com/thunderbit-open/thunderbit-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.