mcpbeat Sign in

Anthropic Admin MCP Server

by trushtonfactory Your server? Claim it
local only

Anthropic Admin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 19 May 2026.

Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.

Installs per day peak 28 · avg 16 · -21% w/w
a month agotoday
87
Installs / week
pypi · anthropic-admin-mcp
0
Stars
0 open issues
19 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Anthropic Admin MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add anthropic-admin-mcp -- uvx anthropic-admin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anthropic-admin-mcp": {
      "args": [
        "anthropic-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anthropic-admin-mcp]
command = "uvx"
args = ["anthropic-admin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "anthropic-admin-mcp": {
      "args": [
        "anthropic-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anthropic-admin-mcp": {
      "args": [
        "anthropic-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_ADMIN_KEY (Your Anthropic Admin API key (Console -> Settings -> Admin Keys). Required.), ALLOWED_WORKSPACES (Optional comma-separated workspace IDs to scope write tools to. Recommended for least-privilege setups.), AUDIT_LOG_PATH (Path for JSONL audit log of mutating operations. Defaults to ./audit.jsonl.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Anthropic Admin MCP

same job, measured the same way
Google Chat MCP
by a1-x-tech

MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.

57 installs/wk local only
Anthropic Billing
by mcp-dir

Anthropic organization usage and cost reporting through an admin API key connected by the user.

9 tools answering
Caddy MCP Server
by yawlabs

MCP server for managing Caddy web servers via the admin API

1 430 installs/wk local only
Google Tag Manager MCP
by a1-x-tech

MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.

120 installs/wk local only
Google Workspace MCP Server
by takiguchi-yu

An MCP server for Google Workspaces.

849 installs/wk local only
Google Workspace MCP
by takiguchi-yu

An MCP server for Google Workspaces.

local only
AgentUtility Wordmint
by agentutility

MCP server for the @agentutility wordmint cluster — pay-per-call x402 tools, no API keys, USDC on…

126 installs/wk local only
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only

Anthropic Admin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Anthropic Admin MCP?
Anthropic Admin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package anthropic-admin-mcp was installed 87 times last week.
How do I connect Anthropic Admin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls anthropic-admin-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Anthropic Admin MCP?
The pypi package anthropic-admin-mcp was installed 87 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Anthropic Admin MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.