cd ~

Jitsi Videobridge (Kotlin/Java) versions · updated 2026-07-29

The jitsi MCP server covers jitsi-videobridge, the Jitsi SFU (selective forwarding unit). Unlike the other servers it is Kotlin + Java, indexed with a full symbol AST via tree-sitter-kotlin and tree-sitter-java — find_symbol, find_references, class_members and type_hierarchy all work. Each version is a release tag, mostly the stable/jitsi-meet_<build> scheme. Shares this site's OAuth credentials — connect at https://webrtc.page/jitsi.

Connect

HTTP transport with OAuth 2.1 (PKCE). Dynamic client registration is not supported — register a client first, then pass its client_id (and secret) in your MCP client config. Localhost redirect URIs are allowed for any port.

One registered client works for every server on this site — just point the URL at /jitsi.

1. Register a client and grab client_id / client_secret at /profile →

2. Configure your client with those credentials (examples below).

Claude Code — CLI

MCP_CLIENT_SECRET=<your-client-secret> \
claude mcp add --transport http \
  --client-id <your-client-id> --client-secret --callback-port 8090 \
  jitsi https://webrtc.page/jitsi

Claude Code (.mcp.json)

{
  "mcpServers": {
    "jitsi": {
      "type": "http",
      "url": "https://webrtc.page/jitsi",
      "oauth": { "clientId": "<your-client-id>", "callbackPort": 8090 }
    }
  }
}
Indexed versions
TagAST indexDownloadedRelease notes
stable/jitsi-meet_11031defaultindexed2026-06-29release ↗
stable/jitsi-meet_10978indexed2026-06-29release ↗
stable/jitsi-meet_10888indexed2026-06-29release ↗
stable/jitsi-meet_10741indexed2026-06-29release ↗
stable/jitsi-meet_10710indexed2026-06-29release ↗