Jitsu MCP Server

[![NPM](https://img.shields.io/npm/v/@jitsu/jitsu-react.svg)](https://www.npmjs.com/package/@jitsu/jitsu-react)

Remote serverstreamable-httpTypeScript

What is the Jitsu MCP server?

Jitsu MCP server exists for a simple reason — assistants are far more useful when they can act on Jitsu directly instead of describing what you should do. .

What you get

Open-source event data platform. An alternative to Segment.

Jitsu collects event data from your websites, apps and servers, and delivers it to your data warehouse and to whatever other tools you use. It covers the same ground as Segment, but it's MIT-licensed and self-hostable, so the whole pipeline can run inside your own infrastructure — or on Jitsu Cloud, same software, hosted.

What the assistant can call

Once Jitsu is connected, these are the calls the assistant has available:

  • Method — Use it for
  • Service — Stack
  • ingest — Go
  • rotor — TypeScript
  • bulker — Go
  • sync-controller — Go
  • console — Next.js
  • Authentication — Interactive clients use OAuth 2.1 — no API key to manage. The first tool call opens a browser tab asking you to approve the connection; tokens
  • Production — The Production tool exposed by this server

Configuration and credentials

You will need one environment variable: JITSU_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

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. Jitsu's toolset — Method, Service, ingest and 6 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; 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.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Jitsu.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jitsu mcp server does with a few real requests.

Available tools

ToolWhat it does
MethodUse it for
ServiceStack
ingestGo
rotorTypeScript
bulkerGo
sync-controllerGo
consoleNext.js
AuthenticationInteractive clients use **OAuth 2.1** — no API key to manage. The first tool call opens a browser tab asking you to approve the connection; tokens are scoped, listed, and revocable from your account settings page.
ProductionThe Production tool exposed by this server.

Configuration

VariableDescriptionRequired
JITSU_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Jitsu to Method.
  • Use Jitsu to Service.
  • Use Jitsu to ingest.

Frequently asked questions

It connects Jitsu to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Method, Service, ingest, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jitsu directly.