Crawlbase local MCP
Local stdio · local
- Package / runtime
@crawlbase/mcp- Authentication
- Crawlbase normal token in CRAWLBASE_TOKEN and JavaScript token in CRAWLBASE_JS_TOKEN.
Before you connect
- Node.js 18 or later with npx.
- Crawlbase Normal token; JavaScript token for rendering and screenshots.
Local stdio mcp.json — replace the credential placeholders Sources: Crawlbase MCP tools and setup, Official Crawlbase MCP repository
{
"mcpServers": {
"crawlbase-stdio": {
"command": "npx",
"args": [
"-y",
"@crawlbase/mcp"
],
"env": {
"CRAWLBASE_TOKEN": "YOUR_CRAWLBASE_TOKEN",
"CRAWLBASE_JS_TOKEN": "YOUR_CRAWLBASE_JS_TOKEN"
}
}
}
}