Kinde (Modern Authentication)

Kinde (Modern Authentication) MCP Connector for Claude

A+

Manage users, organizations, roles, and permissions in Kinde directly from your AI agent.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Kinde authentication environment to any AI agent to streamline identity management and access control through natural conversation.

What you can do

  • User Management — List all users, create new accounts, retrieve specific profiles, and update user information seamlessly using list_users, create_user, get_user, and update_user.
  • Organization Control — List and create organizations to manage multi-tenant environments with list_organizations and create_organization.
  • RBAC & Permissions — Audit available roles and permissions within your Kinde project to ensure proper access control using list_roles and list_permissions.

How it works

  1. Subscribe to this server
  2. Enter your Kinde Domain and Access Token
  3. Start managing your auth workflows from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — quickly check user IDs or update test accounts without leaving the IDE
  • Support Teams — look up user details and organization memberships to troubleshoot access issues
  • DevOps Engineers — automate the provisioning of organizations and roles through simple prompts
authenticationuser-managementrbaciamkinde

8 tools expose this connector's capabilities to your AI agent.

create_organization

Create a new organization

create_user

Provide user details in the data payload. Create a new user in Kinde

get_user

Retrieve user details

list_organizations

List organizations in Kinde

list_permissions

List available permissions

list_roles

List available roles

list_users

List users in Kinde

update_user

Provide the user ID and the fields to update in the data payload. Update user information

See how to talk to your AI agent using Kinde (Modern Authentication).

List all users in my Kinde environment.

I've retrieved the user list. You have 15 active users. Notable entries include 'John Doe' (ID: kp_123) and 'Jane Smith' (ID: kp_456). Would you like details on a specific user?

Show me all organizations configured in Kinde.

Fetching organizations... I found 3 organizations: 'Acme Corp' (org_1), 'Globex' (org_2), and 'Soylent Corp' (org_3).

Get the details for user ID kp_987654321.

Inspecting user kp_987654321... This is 'Alice Wonderland'. Email: alice@example.com. Status: Active. Last login: 2 hours ago.

Yes! Use the `create_user` tool by providing the necessary data payload (email, name, etc.). The agent will interface with Kinde to provision the account immediately.

Related Connectors