jitsu (MCP Server)

GitHub

Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "jitsu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jitsu"
      ]
    }
  }
}