← Back to browse

NomaCMS MCP Server

Indexed by io.github.NomaCMS

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNOMA_API_KEY NOMA_PROJECT_ID
Claude Code
claude mcp add --env NOMA_API_KEY= --env NOMA_PROJECT_ID= nomacms-mcp-server -- npx @nomacms/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"nomacms-mcp-server","command":"npx","args":["@nomacms/mcp-server"],"env":{"NOMA_API_KEY":"","NOMA_PROJECT_ID":""}}'
JSON
{
  "mcpServers": {
    "nomacms-mcp-server": {
      "command": "npx",
      "args": [
        "@nomacms/mcp-server"
      ],
      "env": {
        "NOMA_API_KEY": "",
        "NOMA_PROJECT_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.