MCP Server
MCP
io.github.Trushtonfactory/anthropic-admin-mcp
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
Install
uvx anthropic-admin-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "anthropic-admin-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Anthropic Admin API key (Console -> Settings -> Admin Keys). Required.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_ADMIN_KEY"
},
{
"description": "Optional comma-separated workspace IDs to scope write tools to. Recommended for least-privilege setups.",
"format": "string",
"name": "ALLOWED_WORKSPACES"
},
{
"description": "Path for JSONL audit log of mutating operations. Defaults to ./audit.jsonl.",
"format": "string",
"name": "AUDIT_LOG_PATH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment