nomacms-mcp-server

NomaCMS/nomacms-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server for NomaCMS. Manage collections, fields, content, and assets via AI agents. https://nomacms.com
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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