takleb3rry/zitadel-mcp
MCP server for Zitadel identity management — manage users, projects, OIDC apps, roles, and service accounts through natural language.
Quick Start
Clone the repository:
git clone https://github.com/takleb3rry/zitadel-mcpClaude Desktop configuration example:
{
"mcpServers": {
"zitadel-mcp": {
"command": "npx",
"args": [
"-y",
"takleb3rry/zitadel-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.