# teamhanko/hanko | Model Context Protocol (MCP) Server > Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch. - **Stars**: ⭐ 8,990 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hanko": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hanko" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hanko": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hanko" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hanko` - **Docker**: `docker run -i --rm mcp/hanko`