
Anthropic Admin Mcp
Manage Anthropic org workspaces, members, API keys, usage, and costs from your coding agent instead of clicking through Console admin screens.
Overview
anthropic-admin-mcp is a MCP server for the Operate phase that exposes Anthropic Admin API controls for org, workspaces, members, keys, usage, and costs over stdio.
What is this MCP server?
- Native MCP tools for Anthropic Admin API: org, workspaces, members, API keys, usage, costs
- PyPI stdio package anthropic-admin-mcp v0.1.1 with ANTHROPIC_ADMIN_KEY required
- Optional ALLOWED_WORKSPACES scoping for least-privilege write operations
- JSONL audit log path configurable via AUDIT_LOG_PATH (default ./audit.jsonl)
- Built for operators automating governance, not for end-user chat completions
- Server version 0.1.1
- PyPI package anthropic-admin-mcp
- stdio transport
What problem does it solve?
Small teams lose visibility and control over Anthropic org keys, workspaces, and spend when admin work is manual and scattered across the Console.
Who is it for?
Solo founders or tiny teams operating multi-workspace Anthropic setups who want MCP-driven governance and cost visibility.
Skip if: Individual developers with only a personal API key and no org admin responsibilities, or builders seeking chat/completions SDK helpers instead of admin APIs.
What do I get? / Deliverables
After configuring the admin key and optional workspace scoping, your agent can query and manage Anthropic org resources with auditable mutating operations.
- MCP tool surface for org, workspace, member, API key, usage, and cost admin actions
- JSONL audit trail of mutating operations when AUDIT_LOG_PATH is enabled
- Agent-assisted governance for production Anthropic orgs without manual Console-only workflows
Recommended MCP Servers
Journey fit
Admin API control surfaces land in Operate because they matter once you run agents in production and must govern spend, keys, and workspace access. Infra is the right shelf for org-level platform wiring—workspaces, credentials, and usage/cost telemetry—not feature coding.
How it compares
Anthropic Admin API MCP for org governance, not a general Claude coding skill or customer-facing agent persona.
Common Questions / FAQ
Who is anthropic-admin-mcp for?
Operators and indie builders who hold Anthropic Admin API keys and need agent-assisted management of workspaces, members, keys, usage, and costs.
When should I use anthropic-admin-mcp?
Use it in Operate when you are hardening infra—rotating keys, auditing membership, or monitoring usage and cost—not while prototyping app features in Build.
How do I add anthropic-admin-mcp to my agent?
Install anthropic-admin-mcp from PyPI, set ANTHROPIC_ADMIN_KEY, optionally set ALLOWED_WORKSPACES and AUDIT_LOG_PATH, and register the stdio server in your MCP client.