thunderbit mcp server for Cursor
io.github.thunderbit-com/thunderbit-mcp-server
AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.
client:Cursor
transport:stdio
runtime:npm
Install thunderbit mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thunderbit-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "<THUNDERBIT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs