Cursor
Cursor supports MCP servers via a project.mcp.json.
Setup
Create.mcp.json at your project root:
Example
Use webrain to open https://example.com, wait for results, and extract the table into JSON.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect webrain to Cursor — add a project .mcp.json or use Cursor Settings, then drive the 16 browser/scraping tools from the agent.
.mcp.json.
.mcp.json at your project root:
{
"mcpServers": {
"webrain": { "command": "webrain", "args": ["mcp"] }
}
}
Use webrain to open https://example.com, wait for results, and extract the table into JSON.
