Loading MCP server directory, please wait...
MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents.
npx @getmcp/cli add io.github.NomaCMS/nomacms-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
NOMA_API_KEYNomaCMS personal access token from User Settings → API Keys
NOMA_PROJECT_IDNomaCMS project UUID from Project Settings → API Access
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.NomaCMS/nomacms-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nomacms/mcp-server"
],
"env": {
"NOMA_API_KEY": "",
"NOMA_PROJECT_ID": ""
}
}
}
}