Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"janus": {
"command": "npx",
"args": [
"-y",
"@janus-analytics/mcp-server"
],
"env": {
"JANUS_API_KEY": ""
}
}
}
}