How to Use the Crawlbase MCP in Cursor
Feed live scraped data into Cursor. Write code against real DOMs and JSON payloads without leaving your editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Crawlbase MCP to Cursor
Create your Vinkius account to connect Crawlbase to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live JSON and search results into Cursor
`scrape_json_format` extracts specific properties from target endpoints and feeds them straight to your Cursor Agent. When you are writing a data parser, the AI uses real production structures instead of hallucinating mock payloads. For broader discovery, `scrape_google_serp` pulls active search engine result pages into your workspace. You ask the agent to find current API documentation links, and it pulls the exact URLs needed to write accurate implementation code.
Read social graphs via the Crawlbase MCP Server
`scrape_twitter` and `scrape_facebook` fetch mapped limits and active social pages directly into your active editor tab. You can instruct Cursor to build an analytics dashboard while it actively reads live profile structures to generate the correct types and interfaces. Professional profiles require different handling. The `scrape_linkedin` tool navigates specific blueprint constraints to return exact structural matches. The AI writes your integration logic based on the actual fields returned by the endpoint today, not outdated documentation.
Execute custom scrapes and verify layouts
`custom_scrape` provisions highly-available requests with custom proxy configurations. You tell Cursor what headers your target requires, and the agent executes the precise fetch command to test your scraper logic. Visual validation happens inline too. `get_screenshot_link` triggers an automated check of the target domain and returns the image URL. You review the rendered page state right in your terminal output before writing the CSS selectors to parse it.
Set up Crawlbase MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Crawlbase MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Crawlbase transactions." If the MCP tools are loaded correctly, Cursor will call the Crawlbase tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"crawlbase-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Crawlbase. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Crawlbase MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Crawlbase MCP today
We host it, we monitor it, we maintain it. You just paste one token.