Anthropic 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., "@Anthropic Analytics MCP ServerWhat was our total API spend last month broken down by workspace?"
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.
Anthropic Analytics MCP Server
A local MCP server that lets Claude (Desktop and Code) answer plain-language questions about your Anthropic usage and spend — both the developer API platform and the Claude Enterprise product (chat, Claude Code, Cowork).
It wraps two Anthropic APIs behind one server:
Usage & Cost Admin API (platform / developer API) — token usage and USD cost.
Enterprise Analytics API — org adoption, per-user activity, and per-user usage across Claude, Claude Code, and Cowork.
API keys are never stored on disk. They live in 1Password and are injected at
launch by the 1Password CLI (op run), which prompts for Touch ID.
Tools
Platform (Admin key):
Tool | Description |
| USD cost over time, grouped by workspace/description. |
| Token usage over time, grouped/filtered by model, workspace, key, tier. |
| Map |
| Map |
Enterprise (Analytics key):
Tool | Description |
| Org-wide DAU/WAU/MAU, seat utilization, pending invites. |
| Per-user engagement (messages, projects, Claude Code commits/PRs, Cowork sessions). |
| Skill adoption across surfaces. |
| Connector adoption across surfaces. |
| Conversation/user counts per chat project. |
| Users ranked by USD spend (usage credits on seat plans). |
| Users ranked by token usage. |
| Rolls per-user usage up by email domain = subsidiary. |
Units note: both APIs return cost
amountvalues in USD cents. The server converts totals to dollars (total_amount_usd,value_usd); raw rows insidedataremain in cents.
Related MCP server: plaid-mcp-server
Prerequisites
macOS with 1Password CLI (
op) installed and its desktop app integration enabled (1Password → Settings → Developer → Integrate with 1Password CLI).Python 3.10+.
1. Create the API keys
Admin key (platform usage/cost) — requires the org Admin/Primary Owner role:
Console → Settings → Admin keys (
https://platform.claude.com/settings/admin-keys).Create Admin Key. Value starts with
sk-ant-admin….
Enterprise Analytics key (Enterprise product) — requires the Primary Owner:
Analytics → API keys (
https://claude.ai/analytics/api-keys).Toggle Access on under Analytics API, then + Create key.
The Enterprise Analytics cost/usage endpoints reflect usage credits on seat-based plans; the engagement/adoption endpoints are the main value there.
2. Store both keys in 1Password
Create two items (any vault), each with the key in a field (e.g. credential):
one for the Admin key
one for the Enterprise Analytics key
Right-click each field → Copy Secret Reference to get its op://… path.
3. Point the launcher at your items
Copy the example and fill in your two references:
cp config.local.sh.example config.local.sh
$EDITOR config.local.shconfig.local.sh is git-ignored, so your vault/item names never get committed.
4. Install
./install.sh # creates .venv and installs depsSmoke test (triggers Touch ID, makes one live call):
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | ./run.sh5. Connect the clients
Use the absolute path to run.sh.
Claude Desktop — ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"anthropic-analytics": {
"command": "/absolute/path/to/anthropic-analytics-mcp/run.sh"
}
}
}Claude Code:
claude mcp add anthropic-analytics --scope user /absolute/path/to/anthropic-analytics-mcp/run.shRestart Claude Desktop after editing its config.
Usage examples
"What was our total Anthropic API spend last month, by workspace?"
"Show Enterprise usage by subsidiary for May."
"Who are our top 10 users by Claude Code activity this week?"
"What's our weekly active user count and seat utilization?"
Notes & limits
Data freshness: platform ~5 min; Enterprise Analytics refreshes ~every 4h and can revise for up to 30 days. For invoice-grade Enterprise totals, query dates ≥30 days old.
Enterprise engagement data exists only from 2026-01-01 and for dates >3 days old.
Cost API is daily-only and excludes Priority Tier (track that via usage).
Troubleshooting
op: command not found→ install the 1Password CLI; enable the app integration.invalid character in secret reference→ 1Password references can't contain'or&; rename the item.401 invalid x-api-key→ wrong key type/role. Admin endpoints need ansk-ant-admin…key; Enterprise endpoints need the Analytics key.Desktop can't start it → ensure the
commandpath is absolute andrun.shis executable. Logs:~/Library/Logs/Claude/mcp*.log.
License
MIT — see LICENSE.
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.
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/anthonysnyder/anthropic-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server