Skip to main content
SecurityTypeScript

takleb3rry/zitadel-mcp

MCP server for Zitadel identity management — manage users, projects, OIDC apps, roles, and service accounts through natural language.

securitycloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/takleb3rry/zitadel-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "zitadel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "takleb3rry/zitadel-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
takleb3rry