Quickstart
Get a browser engine, start the MCP server, and drive webrain from an LLM — in five minutes.1. Install webrain
2. Get a browser engine
--engine obscura) and OS specifics.
3. Start the MCP server
4. Connect an LLM client (MCP setup)
Webrain is an MCP server - register it in your client and the 51webrain_*
tools appear automatically. Two transports:
- stdio -
webrain mcp(default; simplest for local clients) - HTTP -
webrain mcp --http 9223, endpointhttp://127.0.0.1:9223/mcp
webrain mcp --http 9223 first):
claude_desktop_config.json:
.mcp.json:
webrain_guide - it returns the browser/challenge/extraction decision guide.
Then ask the LLM something like:
Scrape all product titles + prices from URL XThe model calls
webrain_navigate → webrain_autoschema →
webrain_extract_json and returns structured data. No selectors on your part.

