anthropic admin mcp for Grok
io.github.trushtonfactory/anthropic-admin-mcp
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
client:Grok
transport:stdio
runtime:pypi
Install anthropic admin mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"anthropic-admin-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"anthropic-admin-mcp"
],
"env": {
"ANTHROPIC_ADMIN_KEY": "<ANTHROPIC_ADMIN_KEY>",
"ALLOWED_WORKSPACES": "<ALLOWED_WORKSPACES>",
"AUDIT_LOG_PATH": "<AUDIT_LOG_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs