Janus Analytics MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Janus Analytics MCP ServerHow's my traffic looking this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Janus Analytics MCP Server
An MCP server that connects AI coding agents to your Janus analytics. Query your dashboard, events, funnels, and usage directly from Claude Code, Cursor, Windsurf, or any MCP-compatible client.
Setup
1. Get a Janus API key
Sign up at addjanus.ca and create an API key in Settings.
2. Add to your MCP client
Claude Code
claude mcp add janus -- npx -y @janus-analytics/mcp-serverThen set your API key:
export JANUS_API_KEY=jns_your_key_hereClaude Desktop / Cursor / Windsurf
Add to your MCP config file:
{
"mcpServers": {
"janus": {
"command": "npx",
"args": ["-y", "@janus-analytics/mcp-server"],
"env": {
"JANUS_API_KEY": "jns_your_key_here"
}
}
}
}Config file locations:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(Mac) or%APPDATA%\Claude\claude_desktop_config.json(Windows)Cursor: Settings > MCP Servers
Windsurf:
~/.windsurf/mcp.json
Related MCP server: Warpmetrics MCP Server
Tools
All tools are read-only — the server never modifies your data.
Tool | Description |
| Event counts, unique visitors, top pages, referrers, UTM sources, countries, bounce rate, and daily trends. Optional |
| Search the event log with filters for type, tags, date range, API key, and pagination. |
| Current month's event usage vs. tier cap, API key count, and per-key breakdown. |
| List all funnels with step definitions, match scope, and conversion windows. |
| Funnel conversion data — per-step counts, conversion rates, and median time between steps. |
| Your API keys with names, prefixes, allowed origins, and last-used dates. |
Example prompts
Once connected, ask your AI agent things like:
"How's my traffic looking this week?"
"Show me the top pages from the last 7 days"
"What's my funnel conversion rate for the signup journey?"
"Am I close to my usage limit this month?"
"Which API key is getting the most events?"
Configuration
Environment variable | Required | Description |
| Yes | Your Janus API key (starts with |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceConnects Google Analytics 4 data to Claude, Cursor and other MCP clients, enabling natural language queries of website traffic, user behavior, and analytics data with access to 200+ GA4 dimensions and metrics.10235Apache 2.0
- AlicenseAqualityCmaintenanceConnects AI assistants to Warpmetrics telemetry data to monitor AI agent performance, execution runs, and LLM costs. It allows users to query success rates, latency, and spend metrics directly through natural language interfaces.2037MIT
- AlicenseAqualityBmaintenanceEnables AI agents to access website analytics, including visitor sessions, UX friction, conversion funnels, and anomaly alerts.6MIT
- AlicenseBqualityBmaintenanceEnables AI agents to query PostHog analytics data directly via tool calls, including insights, events, feature flags, trends, and persons.5MIT
Related MCP Connectors
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.
Connect AI agents to bank accounts, transactions, balances, and investments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/janus-analytics/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server