Outlit MCP Server

Outlit gives agents real-time understanding of customers to automate support and revenue workflows.

Remote serverstreamable-httpTypeScript

What is the Outlit MCP server?

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.

What you get

Outlit is the real-time understanding of every customer, the infrastructure agents use to automate customer operations.

  • Modern TypeScript — - Full TypeScript support with type definitions
  • Tree-shakeable — - Optimized bundle size with dual ESM/CJS exports
  • Event Queueing — - Automatic batching and flushing of events
  • Multi-platform — - Separate packages for browser and Node.js
  • Auto-tracking — - Automatic page view tracking in browser
  • Middleware Support — - Easy integration with Express and similar frameworks

What the assistant can call

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 server
  • Workflows — The Workflows tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

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.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the outlit mcp server does with a few real requests.

Available tools

ToolWhat it does
Browserconst outlit = new Outlit({ publicKey: 'pk_xxx', trackPageviews: true, trackForms: true, })
SetupThe Setup tool exposed by this server.
WorkflowsThe Workflows tool exposed by this server.

How to install the Outlit MCP server

{
  "mcpServers": {
    "outlit": {
      "command": "npx",
      "args": ["-y", "@outlit/browser"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Outlit to Browser.
  • Use Outlit to Setup.
  • Use Outlit to Workflows.

Frequently asked questions

It connects Outlit to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Browser, Setup, Workflows) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Outlit directly.