How to Use the Nhost MCP in Claude Code
Run headless auth tests and manage storage buckets from your terminal using this Nhost MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nhost MCP to Claude Code
Create your Vinkius account to connect Nhost to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless user management via Claude Code
The `signup_email_password` tool registers new accounts directly from your terminal session. Claude Code can use this to quickly seed test users during CI/CD runs or local shell scripts. This eliminates the need to write custom curl commands or seed scripts. You can also initiate one-time password flows with `signup_otp_email`. This lets you verify that your transactional email services are sending OTPs correctly without opening a browser.
Scripted file transfers and asset cleanup
The `upload_file` tool pushes raw files from your local directory to your remote storage bucket. Claude Code uses this to automate asset uploads during build pipelines or deployment scripts. To manage access, `get_file_presigned_url` generates temporary download links. You can pipe these links directly to other CLI utilities or use them to test secure downloads in your terminal.
Command-line session validation
The `refresh_token` tool exchanges an expired token for a active JWT to maintain your terminal session. Claude Code runs this automatically to keep your API scripts authenticated during long-running tasks. When testing session expiration, `signout` invalidates the active tokens immediately. This lets you confirm that your API gateways reject expired requests exactly as expected.
Set up Nhost MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenhost-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Nhost transactions." It will automatically discover and invoke the available Nhost tools.
claude mcp add --transport http nhost-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Nhost MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nhost MCP today
We host it, we monitor it, we maintain it. You just paste one token.