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). Below are examples of how to configure and use various MCP clients.
Cursor
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", ], }Claude Code
Section titled “Claude Code”Run the command:
claude mcp add nhost nhost mcp start