anthropic admin mcp for Windsurf
io.github.trushtonfactory/anthropic-admin-mcp
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
client:Windsurf
transport:stdio
runtime:pypi
Install anthropic admin mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"anthropic-admin-mcp": {
"command": "uvx",
"args": [
"anthropic-admin-mcp"
],
"env": {
"ANTHROPIC_ADMIN_KEY": "<ANTHROPIC_ADMIN_KEY>",
"ALLOWED_WORKSPACES": "<ALLOWED_WORKSPACES>",
"AUDIT_LOG_PATH": "<AUDIT_LOG_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs