Back to Browse

Anthropic Admin MCP Server

AI & MLModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-designed, production-ready MCP server with strong security fundamentals. Authentication is properly required and scoped to Anthropic Admin API keys. All write operations are guarded by explicit confirmation flags, workspace scoping, role restrictions, and comprehensive audit logging. Code quality is high with proper error handling, input validation, and no evidence of malicious patterns. Minor findings around logging and error messages do not materially impact security. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your Anthropic Admin API key (Console -> Settings -> Admin Keys). Required.Required

Environment variable: ANTHROPIC_ADMIN_KEY

Optional comma-separated workspace IDs to scope write tools to. Recommended for least-privilege setups.Optional

Environment variable: ALLOWED_WORKSPACES

Path for JSONL audit log of mutating operations. Defaults to ./audit.jsonl.Optional

Environment variable: AUDIT_LOG_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-trushtonfactory-anthropic-admin-mcp": {
      "env": {
        "AUDIT_LOG_PATH": "your-audit-log-path-here",
        "ALLOWED_WORKSPACES": "your-allowed-workspaces-here",
        "ANTHROPIC_ADMIN_KEY": "your-anthropic-admin-key-here"
      },
      "args": [
        "anthropic-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!