Connection Options
Embedded Agent
Recommended - Drop-in AI assistant for your website
AI Browsers
Native browser AI (Chrome AI, Perplexity, etc.)
MCP-B Extension
Browser extension for any website
Chrome DevTools MCP
Development and testing via DevTools Protocol
Comparison
| Method | Setup | Best For | Requirements |
|---|---|---|---|
| Embedded Agent | Add <webmcp-agent> element | Production websites | App ID |
| AI Browsers | None | Future-proof integration | AI-enabled browser |
| MCP-B Extension | Install extension | Testing, any website | Chrome extension |
| Chrome DevTools MCP | MCP client config | Development, automation | Chrome + MCP client |
How It Works
All methods follow the same pattern:- Your website registers tools via
navigator.modelContext - The agent discovers available tools
- When needed, the agent calls tools with arguments
- Tools execute in the browser and return results
Quick Start
The fastest way to get started is with the Embedded Agent:Get Started with Embedded Agent
Complete setup guide and configuration options
