Skip to main content
Glama
janus-analytics

Janus Analytics MCP Server

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-server

Then set your API key:

export JANUS_API_KEY=jns_your_key_here

Claude 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

get_dashboard_stats

Event counts, unique visitors, top pages, referrers, UTM sources, countries, bounce rate, and daily trends. Optional apiKeyId filter.

query_events

Search the event log with filters for type, tags, date range, API key, and pagination.

get_usage

Current month's event usage vs. tier cap, API key count, and per-key breakdown.

list_journeys

List all funnels with step definitions, match scope, and conversion windows.

get_journey_results

Funnel conversion data — per-step counts, conversion rates, and median time between steps.

list_api_keys

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

JANUS_API_KEY

Yes

Your Janus API key (starts with jns_)

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Connects 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.
    10
    235
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Connects 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.
    20
    37
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables AI agents to query PostHog analytics data directly via tool calls, including insights, events, feature flags, trends, and persons.
    5
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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