MCP Clients
Configuration examples for various MCP clients
MCP clients Cursor Claude Code AI integration Model Context ProtocolThe 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 Code
Section titled “Claude Code”claude mcp add nhost nhost mcp startCodex CLI
Section titled “Codex CLI”codex mcp add nhost -- nhost mcp startGemini CLI
Section titled “Gemini CLI”gemini mcp add nhost nhost mcp startCursor
Section titled “Cursor”- Go to “Cursor Settings”
- Click on “MCP”
- Click on “+ Add new global MCP server”
- Add the following object inside
"mcpServers":
"mcp-nhost": { "command": "nhost", "args": [ "mcp", "start", ], }