SuperTokens Connector for AI agents.
18 live capabilities
Manage user authentication and RBAC permissions through natural language.
Waiting for input…
Why people use SuperTokens
SuperTokens Auth Management for Faster User Lifecycle Control
With this Connector, you just tell your agent to give a user a specific role. It talks to SuperTokens Core for you and confirms the change is done. You stay in your chat and get the job done instantly.
What Vinkius changes
You get a conversational interface for your entire authentication and user management layer.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Immediate Security Response
A user's account is compromised.
- Real-world use case 02
Fast Support Resolution
A customer can't access a feature.
- Real-world use case 03
Bulk Data Migration
You need to move 500 users from a legacy system.
Complete set · 18capabilities
The complete SuperTokens capability set.
These are the exact actions your AI can choose when you ask it to work with SuperTokens.
01—04
4 capabilities in this set.
Part of 18 available through SuperTokens.
- 01 Capability
Get user
Retrieve the full profile and details for a specific user ID. This is the quickest way to check a user's current status.
- 02 Capability
Link accounts
Connect two different user accounts into a single identity. Use this to merge user profiles as needed.
- 03 Capability
List roles
View a complete list of all roles currently in the system. This is helpful for auditing your current permission structure.
- 04 Capability
Delete user metadata
Remove specific metadata associated with a user profile. This keeps your user data clean and organized.
05—08
4 capabilities in this set.
Part of 18 available through SuperTokens.
- 05 Capability
Get tenant
Retrieve the details and configuration of a specific tenant. Use this to quickly check your multi-tenant setup.
- 06 Capability
Get user metadata
Fetch the custom JSON metadata for a specific user. This lets you see custom preferences or app-specific data.
- 07 Capability
List user roles
See all the roles assigned to a particular user. Use this to verify what permissions a specific person has.
- 08 Capability
Assign role to user
Assign a specific role to a user account. This helps you manage permissions without clicking through menus.
09—12
4 capabilities in this set.
Part of 18 available through SuperTokens.
- 09 Capability
Bulk import users
Import a large batch of users into your system at once. This is perfect for setting up test data or migrating accounts.
- 10 Capability
Create or update role
Create a new user role or modify an existing one. Use this to define new permission levels for your app.
- 11 Capability
Create session
Generate a new session for a user to grant access. This allows you to manually authorize a user into the system.
- 12 Capability
Create or update tenant
Create a new tenant or update details for an existing one. Use this to manage multi-tenant data structures.
13—15
3 capabilities in this set.
Part of 18 available through SuperTokens.
- 13 Capability
Refresh session
Update an existing session to extend its validity. This keeps users logged in without requiring a full re-authentication.
- 14 Capability
Remove session
Revoke an active session to kick a user out of the app. This is your go-to capability for immediate security actions.
- 15 Capability
Signin user
Authenticate a user and start a new session. Use this to programmatically sign users into your application.
16—18
3 capabilities in this set.
Part of 18 available through SuperTokens.
- 16 Capability
Signup user
Create a new user account in the system. This allows your agent to handle new registrations for you.
- 17 Capability
Unlink accounts
Separate two previously linked user accounts. Use this to undo a previous account merge.
- 18 Capability
Update user metadata
Modify or add custom JSON data to a user profile. This lets you track application-specific data points.
Set up in minutes
One URL. Then ask SuperTokens to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SuperTokens from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SuperTokens, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SuperTokens for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SuperTokens URL.
- Step 03
Save and start
Save the connection and enable SuperTokens in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"supertokens": {
"url": "https://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SuperTokens
Open Agent mode in chat and ask: "Using SuperTokens, help me...". 18 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"supertokens": {
"url": "https://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SuperTokens
Ask Copilot: "Using SuperTokens, help me...". 18 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"supertokens": {
"url": "https://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SuperTokens
Open Cascade and ask: "Using SuperTokens, help me...". 18 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"supertokens": {
"url": "https://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SuperTokens
Ask Cline: "Using SuperTokens, help me...". 18 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add supertokens --transport http "https://edge.vinkius.com/vk_preview_CP9DImFvaf6eyl0RkLBvary4O9crAiMiAhFMQLXQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SuperTokens
Ask Claude: "Using SuperTokens, show me...". 18 tools are ready
Where the request belongs
Work SuperTokens can move forward.
For the backend dev who hates writing manual scripts for user updates, the support lead who needs to fix login issues fast, and the security engineer who needs to audit roles instantly.
Backend Developer
Debugging user sessions or updating roles without writing manual scripts or using the CLI.
Support Engineer
Inspecting user metadata and account status to resolve login issues for customers.
Security Engineer
Auditing roles and revoking suspicious sessions during a security incident.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUserfront
Manage users, multi-tenant structures, and authentication sessions directly through Userfront's identity platform.
Clerk
Add production-ready authentication to your app with user management, SSO, multi-factor auth, and session handling out of the box.
Auth0
Manage identity and access via Auth0. list users, create accounts, audit logs, manage clients and review connections from any AI agent.
OpenFGA (Fine-Grained Auth)
Manage fine-grained authorization with OpenFGA. create stores, define authorization models, and manage relationship tuples directly from your AI agent.
Logto (Auth Platform)
Manage users, roles, and organizations in your Logto auth tenant directly from your AI agent.
Authing
Cloud-native identity and access management platform. manage users, roles, and security logs via AI.
Bring your own AI
Change the model, client or framework. Keep SuperTokens connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SuperTokens.
The practical details behind the request, access and result.
How does SuperTokens MCP help with user management?
It lets you handle the entire user lifecycle through natural language. You can sign up users, check their profiles, and update their account details without leaving your chat interface.
Can I use SuperTokens MCP to manage roles?
Yes, you can use it to manage Role-Based Access Control (RBAC). You can list all roles, create new ones, and assign them to specific users instantly.
Does the SuperTokens MCP support session security?
It does. You can use your agent to refresh active sessions or revoke them immediately to kick a user out of your application for security reasons.
Can I use SuperTokens MCP for multi-tenant apps?
Yes, it includes capabilities to create, update, and retrieve tenant details, making it easy to manage multi-tenant data via your AI client.
How do I handle account linking with SuperTokens MCP?
You can use the Connector to link or unlink different user accounts, allowing you to merge multiple identities into a single primary user profile through conversation.
Can SuperTokens MCP update user metadata?
It can. You can use it to read and update custom JSON metadata for any user, which is perfect for tracking application-specific data points.
Can I retrieve specific user information using their ID?
Yes, by using the get_user capability with the specific User ID, you can fetch the full profile, including email and account linking status.
How do I assign a specific role like 'admin' to a user?
You can use the assign_role_to_user capability. Just provide the User ID and the role name to update their permissions immediately.
Is it possible to update custom user data or preferences?
Absolutely. The update_user_metadata capability allows you to pass a JSON object to store or update custom information for any user.
One connection away
Give your agent a direct line to SuperTokens.
Connect SuperTokens once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available