Nhost Connector for AI agents.
15 live capabilities
Manage user authentication and cloud storage through natural language.
Waiting for input…
Why people use Nhost
Nhost for Faster Authentication Testing
This Connector cuts that cycle down to a single sentence. You tell your agent to register a user and then immediately try a sign-in. It handles the heavy lifting behind the scenes, letting you focus on whether the logic actually works.
What Vinkius changes
You get a natural language interface for your Nhost backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Testing Auth: A dev needs to see if magic links work.
A developer asks the agent to use `signin_passwordless_email` for a test account to verify that the magic link arrives in the inbox.
- Real-world use case 02
Data Migration: An engineer needs to move files.
An engineer uses `upload_file` to move assets into a specific bucket, checking the returned metadata to ensure the upload finished.
- Real-world use case 03
Customer Support: A support rep needs to check a user's email.
A support rep uses `get_user` to see the profile details of a customer who's having trouble logging in.
Complete set · 15capabilities
The complete Nhost capability set.
These are the exact actions your AI can choose when you ask it to work with Nhost.
01—04
4 capabilities in this set.
Part of 15 available through Nhost.
- 01 Capability
Get file presigned url
Get a temporary URL to access a specific file. This is useful for private file delivery.
- 02 Capability
Signin otp email
Start an email-based one-time password login. Use this to test multi-factor or OTP flows.
- 03 Capability
Signin passwordless email
Send a magic link for passwordless authentication. This initiates the magic link flow.
- 04 Capability
Signout
End the current session and invalidate refresh tokens. Use this to clear user sessions.
05—08
4 capabilities in this set.
Part of 15 available through Nhost.
- 05 Capability
Signup email password
Register a new user account with an email and password. This handles standard registration.
- 06 Capability
Signup otp email
Create a new account using an email OTP. Use this to test secure registration flows.
- 07 Capability
Upload file
Save a file to your Nhost bucket and get the metadata back. This supports text and base64 content.
- 08 Capability
Get file
Download the complete content of a file. It also supports optional image transformation parameters.
09—12
4 capabilities in this set.
Part of 15 available through Nhost.
- 09 Capability
Get user
Pull profile info for the currently authenticated user. This requires your NHOST_JWT credential.
- 10 Capability
Refresh token
Generate a new JWT access token using a valid refresh token. This helps keep sessions active.
- 11 Capability
Reset password
Request a password reset email for a specific user. Use this to trigger account recovery flows.
- 12 Capability
Signin anonymous
Create an anonymous user session for guest access. This is great for testing public areas.
13—15
3 capabilities in this set.
Part of 15 available through Nhost.
- 13 Capability
Signin email password
Authenticate a user using their email and password. This handles standard login flows.
- 14 Capability
Change email
Request a change to the authenticated user's email address. This requires elevated credentials.
- 15 Capability
Delete file
Permanently remove a file from your storage. Use this to clean up your buckets.
Set up in minutes
One URL. Then ask Nhost to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nhost 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_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nhost for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost URL.
- Step 03
Save and start
Save the connection and enable Nhost in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nhost": {
"url": "https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost
Open Agent mode in chat and ask: "Using Nhost, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nhost": {
"url": "https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost
Ask Copilot: "Using Nhost, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nhost": {
"url": "https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost
Open Cascade and ask: "Using Nhost, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nhost": {
"url": "https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost
Ask Cline: "Using Nhost, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nhost --transport http "https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/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 Nhost
Ask Claude: "Using Nhost, show me...". 15 tools are ready
Where the request belongs
Work Nhost can move forward.
For the developer who's tired of manual QA on auth flows or the support person who needs to check a user's account status without hunting for a login.
Full-stack Developer
Tests sign-in flows and checks file uploads in the IDE without switching to a browser.
DevOps Engineer
Automates user provisioning and manages cloud storage buckets through simple conversation.
Support Specialist
Verifies user profiles and resets passwords for customers to resolve issues faster.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRender
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Hetzner
Manage Hetzner Cloud infrastructure—list servers, manage firewalls, and control power states directly from any AI agent.
Coolify
Manage self-hosting via Coolify. monitor servers, deploy applications, manage databases, and trigger builds directly from any AI agent.
Nextcloud
Manage your Nextcloud instance. handle files, shares, user statuses, and server capabilities directly from your AI agent.
Cincopa
Manage video and media galleries via Cincopa. track assets, trigger uploads, and monitor engagement directly from any AI agent.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep Nhost 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 Nhost.
The practical details behind the request, access and result.
What can I do with the Nhost MCP?
You can manage your entire Nhost backend through natural language. This includes creating users, handling logins, and managing cloud storage files directly from your AI client.
How do I manage users with the Nhost MCP?
You can ask your agent to register new accounts, retrieve profile details, or initiate password resets without ever opening the Nhost dashboard.
Can I handle file uploads using the Nhost MCP?
Yes, you can ask your agent to upload files to your buckets, delete old assets, or generate temporary presigned URLs for sharing.
Is the Nhost MCP good for testing magic links?
It's perfect for that. You can tell your agent to initiate passwordless authentication and then verify that the magic link was sent correctly.
How do I use the Nhost MCP to sign out users?
Just tell your agent to sign out the current user. It will invalidate the refresh tokens and end the session for you.
Can I get presigned URLs with the Nhost MCP?
Yes, the Connector can generate a temporary presigned URL for any file in your storage, which is great for secure file delivery.
How can I retrieve the profile of the currently logged-in user?
Use the get_user capability. It fetches the authenticated user's profile information, including their ID and metadata, provided a valid JWT is configured.
Is it possible to store documents or images using this server?
Yes. The upload_file action allows you to send raw text or base64 content along with a filename directly to your Nhost Storage bucket.
Can I initiate a login without requiring a password?
Absolutely. Use the signin_passwordless_email capability to send a magic link to a user's email address for a seamless passwordless authentication experience.
One connection away
Give your agent a direct line to Nhost.
Connect Nhost once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available