create-user
Creates a new user in a specified realm.
How to use it
create-user is exposed by the Keycloak Model Context Protocol MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create-user tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Keycloak Model Context Protocol
$
npx -y @smithery/cli install keycloak-model-context-protocol --client claudeOther tools in Keycloak Model Context Protocol (9)
delete-user
Deletes a user from a specified realm.
email
Email address for the user
firstName
User's first name
lastName
User's last name
list-realms
Lists all available realms.
list-users
Lists all users in a specified realm.
realm
The realm name
userId
The ID of the user to delete
username
Username for the new user