Vinkius

Nhost MCP. Manage Authentication, Storage, and Users in One Place

Nhost MCP manages all your backend needs—user sign-ins, profile lookups, file uploads, and session control—directly from any AI agent. Connect this MCP to instantly handle authentication flows (email/password, OTP, magic links), manage user accounts, and interact with cloud storage without leaving your development environment.

Nhost MCP is compatible with Claude Claude
Nhost MCP is compatible with ChatGPT ChatGPT
Nhost MCP is compatible with Cursor Cursor
Nhost MCP is compatible with Gemini Gemini
Nhost MCP is compatible with Windsurf Windsurf
Nhost MCP is compatible with VS Code VS Code
Nhost MCP is compatible with JetBrains JetBrains
Nhost MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Manage User Authentication

Your agent can sign users into the system using email and password, one-time passwords (OTP), or magic links.

Handle Account Registration

You can create new user accounts by providing an email and password combination, or via OTP methods.

Retrieve User Profiles

The MCP fetches current user account details, allowing you to check statuses or retrieve specific profile data.

Control Sessions and Tokens

You can generate new access tokens using a refresh token, or securely end active user sessions across all devices.

Perform File Storage Operations

Your agent manages file uploads to your Nhost buckets and allows you to delete files when they are no longer needed.

Waiting for input…

AI Agent
Nhost

What AI agents can do with Nhost MCP: 15 Tools for Backend Ops

These tools let you manage every part of your backend stack, including authentication flows, user profiles, secure file storage, and session control.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Nhost MCP

Change Email

Requests that a user's email address be updated, requiring elevated credentials.

Delete File

Permanently removes a specific file from your Nhost storage buckets.

Get File Presigned Url

Generates a temporary, secure link that allows controlled access to a private file.

Get File

Downloads the full content of an existing file, optionally applying image...

Get User

Retrieves the profile information for the user currently signed into the system.

Refresh Token

Generates a new JWT access token using an existing, valid refresh token.

Reset Password

Initiates the process of sending a password reset email to the user's registered address.

Signin Anonymous

Creates a new user session without requiring any credentials or personal information.

Signin Email Password

Authenticates a user by submitting their email address and current password.

Signin Otp Email

Starts the login process using an email-based one-time password (OTP).

Signin Passwordless Email

Initiates a secure, click-through login by sending a magic link to the user's email.

Signout

Invalidates all associated refresh tokens and ends the current user session completely.

Signup Email Password

Registers a brand new user account using an email address and chosen password.

Signup Otp Email

Creates a new user account by verifying their identity through an OTP sent to their...

Upload File

Uploads file content, whether text or base64 encoded, and returns its associated...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Nhost MCP is compatible with Claude

Claude AI

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]/mcp

Replace [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 Nhost integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Nhost, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Nhost MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Nhost. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Managing Backend Services Used To Be a Multi-Tab Headache

Think about the usual workflow: you log into your IDE to code. When an auth bug pops up, you have to open a separate browser tab to Nhost's dashboard. You check user credentials there. Then, if you need to test file upload limits, you switch yet another tab. It's constant context switching and copy-pasting of URLs.

Now, everything is in one place. Your AI agent handles the entire lifecycle—from initiating `signin_otp_email` to uploading a new image with `upload_file`. You stay focused on writing code while your agent manages the messy backend details for you.

Nhost MCP Gives You Full Control Over User Authentication

Before this, every change to a user's status—like changing their email or resetting a password—required specific API calls, managing tokens manually, and handling failure states across multiple endpoints.

Now your agent executes these actions in natural language. Need to reset credentials? Just prompt for it; the MCP handles the complexity of `reset_password` and guides you through the secure flow.

What Nhost MCP does for your AI

This connector lets you build complex applications by giving your AI client direct access to Nhost's core services. Instead of writing boilerplate API calls every time a user signs up or needs their profile checked, your agent simply uses this MCP. You can programmatically manage everything from registering new users with signup_email_password to refreshing expired tokens using the refresh_token.

Need to handle files? Your agent handles uploads via upload_file, and you can even retrieve necessary file metadata or download content through specialized tools like get_file. Because Vinkius hosts this MCP, your AI client gets all these backend capabilities in one place. This lets you test entire user journeys—like an anonymous login followed by a profile update—entirely within your development workflow.

Built · Hosted · Managed by Vinkius Nhost MCP - Manage User Accounts & Cloud Files
Server ID 019e38c8-3fed-7102-867a-3d2d0b2d1ba1
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Frequently asked questions about Nhost MCP

How do I start a session using Nhost MCP? +

You can start sessions in several ways. For basic testing, use signin_email_password. If you need maximum security, try signin_passwordless_email to generate a magic link.

Can I check user details with Nhost MCP? +

Yes, the get_user tool lets your agent retrieve the current authenticated user's profile information, giving you immediate access to key account data.

What if I need to delete a file using Nhost MCP? +

You use the delete_file tool. Your agent will handle the permanent removal of the specified asset from your storage bucket, making sure it's gone completely.

How does Nhost MCP help with token management? +

Token management is handled by two primary tools: refresh_token extends an expired session, and signout ensures the user is logged out everywhere.

Do I need specific credentials to use Nhost MCP? +

Yes. You must subscribe to this MCP with your Nhost Auth and Storage URLs provided by your project dashboard for it to function correctly.