Skip to main content

Claude

Connect webrain to Claude Desktop or Claude Code as an MCP server.

Claude Desktop

Add to claude_desktop_config.json (Claude → Settings → Developer → Edit Config):
Restart Claude Desktop. The webrain tools appear automatically.

Claude Code

Add to .mcp.json in your project (or use claude mcp add):

Example prompts

  • “Scrape the product prices from https://example.com and return JSON”
  • “Which browser should I use for this page?” (calls webrain_guide)
  • “Log into this site and keep the session” (webrain_session + webrain_login)