Outlit gives agents real-time understanding of customers to automate support and revenue workflows.
Outlit MCP server exists for a simple reason — assistants are far more useful when they can act on Outlit directly instead of describing what you should do. Outlit gives agents real-time understanding of customers to automate support and revenue workflows.
Outlit is the real-time understanding of every customer, the infrastructure agents use to automate customer operations.
Once Outlit is connected, these are the calls the assistant has available:
Browser — const outlit = new Outlit({ publicKey: 'pk_xxx', trackPageviews: true, trackForms: true, })Setup — The Setup tool exposed by this serverWorkflows — The Workflows tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Outlit's toolset — Browser, Setup, Workflows — is a fair guide to whether it matches your workflow. It is maintained by ai.outlit; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Browser | const outlit = new Outlit({ publicKey: 'pk_xxx', trackPageviews: true, trackForms: true, }) |
| Setup | The Setup tool exposed by this server. |
| Workflows | The Workflows tool exposed by this server. |
{
"mcpServers": {
"outlit": {
"command": "npx",
"args": ["-y", "@outlit/browser"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.