Skip to content
Cursor

NomaCMS MCP Server for Cursor

io.github.nomacms/nomacms-mcp-server

MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents.

client:Cursor transport:stdio runtime:npm

Install NomaCMS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nomacms-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nomacms/mcp-server"
      ],
      "env": {
        "NOMA_API_KEY": "<NOMA_API_KEY>",
        "NOMA_PROJECT_ID": "<NOMA_PROJECT_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NomaCMS MCP Server in other clients