mcpbeat Sign in

Jitsu MCP Server

answering

Jitsu is answering right now. Last checked 11 min ago. Last commit 17 Sep 2026.

Manage Jitsu data pipelines: destinations, streams, connections, functions, live events.

Uptime history 47 days of history · worst day 98%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
429 ms
Response time
average over 24h
5083
Stars
last commit 17 Sep 2026

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

        Command:      []string{"sh", "-c", "mkfifo /pipes/stdout; mkfifo /pipes/stderr; chmod 777 /pipes/*"},
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted libs/warehouse-query/src/clickhouse.ts:22
  /^(?:U?Int(?:8|16|32|64|128|256)|Float(?:32|64)|String|FixedString\([1-9]\d*\)|UUID|Date|Date32|DateTime(?:\('[A-Za-z0-9_/+-]+'\))?|DateTime64\(\d+(?:,\s*'[A-Za-z0-9_/+-]+')?\)|Decimal(?:32|64|128|256)?\(\d+(?:,\s*\d+)?\))$/;
  const r = spawnSync(name, ["--version"], { stdio: "ignore" });
    patterns = append(patterns, filepath.Join(dir, pattern))
Reads files and sends them to the network cli/jitsu-cli/src/commands/deploy.ts:4
import { existsSync, readdirSync, readFileSync } from "fs";
Touches key and credential files env-preload/package.json:5
  "description": "Preload module that loads layered .env.local files into process.env. Used via NODE_OPTIONS=--require=env-preload, set from the root .npmrc. See CONTRIBUTING.md.",
Dumps the whole environment env-preload/preload-env.cjs:21
const shellEnvKeys = new Set(Object.keys(process.env));
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      - name: 📝 Update package version
        env:
          VERSION: ${{ needs.version.outputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Jitsu and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcp --transport http https://use.jitsu.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://use.jitsu.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://use.jitsu.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://use.jitsu.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://use.jitsu.com/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://use.jitsu.com/mcp streamable-http sign-in 466 ms 11 min ago

Alternatives to Jitsu

same job, measured the same way
Tools
by streamkap

Streamkap CLI & MCP server - manage CDC pipelines, sources, destinations, and transforms

140 installs/wk answering
LeadDelta MCP Server
by leaddelta

MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

answering
Simsima Connectivity
by willyfab

Search, recommend & buy travel eSIM data plans for 190+ destinations via AI agents.

7 tools answering
Fivetran MCP
by yimingyan

MCP server for Fivetran API - manage syncs, check status, and control data pipelines

236 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Dazzle
by dazzle-labs

Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.

38 installs/wk local only
SoundGTM
by soundgtm

AI-native PRM: track partner pipeline, deals, and commissions, and manage partner outreach.

answering
Streamdeck MCP
by verygoodplugins

MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions

132 installs/wk local only

Jitsu — questions

Answers built from our own checks of this server.

Why is there no tool list for Jitsu?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Jitsu working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 429 ms. The bar chart above shows every period we have measured.
How do I connect Jitsu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Jitsu?
No API key is involved. Jitsu answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Jitsu?
It answers our handshake in 429 ms on average, which is faster than 35% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Jitsu open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 083 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.