Claude
Connect webrain to Claude Desktop or Claude Code as an MCP server.Claude Desktop
Add toclaude_desktop_config.json (Claude → Settings → Developer → Edit Config):
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)
Related
- MCP Server — transports and generic config
- Agent Decision Guide

