Odel
NomaCMS MCP Server

NomaCMS MCP Server

Local
@nomacms1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nomacms/mcp-serverv1.2.2

Run

npx -y @nomacms/mcp-server

MCP client config

{
  "mcpServers": {
    "nomacms-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nomacms/mcp-server"
      ]
    }
  }
}