How to Use the SuperTokens MCP in Claude
Manage User Identity and Access with Claude Desktop.
Works with every AI agent you already use
…and any MCP-compatible client
Connect SuperTokens MCP to Claude Desktop
Create your Vinkius account to connect SuperTokens to Claude Desktop — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Handle user signups and logins.
Need to test a new account flow? Your AI client runs `signup_user` to create an initial profile, then uses `signin_user` immediately after. This lets you verify the full authentication lifecycle without touching any backend console. If you need to simulate a session expiry or check current credentials, run `create_session` and later use `remove_session`. It’s fast, and it gives you immediate confirmation that the user object was correctly created.
Control roles and permissions.
The server lets your agent manage who can do what. You call `assign_role_to_user` to give a specific role, or use `create_or_update_role` if that role doesn't exist yet. This is great for PMs checking access flows without needing developer input. Want to see what permissions someone has? Just run `list_user_roles`. You can also check every single available permission by running `list_roles` first.
Access and update user data.
You don't need a database GUI to check records. Use the server's tools: run `get_user` with an ID to pull basic details, or use `get_user_metadata` for extra info. This is perfect for troubleshooting when you just need live API data. If a user changes their name or needs new profile fields, simply call `update_user_metadata`. It keeps the user object fresh and accurate right in your chat window.
Set up SuperTokens MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The SuperTokens MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about SuperTokens MCP in Claude Desktop
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the SuperTokens MCP today
We host it, we monitor it, we maintain it. You just paste one token.