Skip to content
SupportDashboard

MCP Clients

Configuration examples for various MCP clients

MCP clients Cursor Claude Code AI integration Model Context Protocol

The Nhost MCP server can be accessed through any client that supports the Model Context Protocol (MCP).

For CLI-based assistants, register the server with a single command. See Development Setup for the full walkthrough.

claude mcp add nhost nhost mcp start
codex mcp add nhost -- nhost mcp start
gemini mcp add nhost nhost mcp start
  1. Go to “Cursor Settings”
  2. Click on “MCP”
  3. Click on “+ Add new global MCP server”
  4. Add the following object inside "mcpServers":
"mcp-nhost": {
"command": "nhost",
"args": [
"mcp", "start",
],
}