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.
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 }
}
}
}| Tag | AST index | Downloaded | Release notes |
|---|---|---|---|
stable/jitsi-meet_11031default | indexed | 2026-06-29 | release ↗ |
stable/jitsi-meet_10978 | indexed | 2026-06-29 | release ↗ |
stable/jitsi-meet_10888 | indexed | 2026-06-29 | release ↗ |
stable/jitsi-meet_10741 | indexed | 2026-06-29 | release ↗ |
stable/jitsi-meet_10710 | indexed | 2026-06-29 | release ↗ |