MCP server for NomaCMS. Manage collections, fields, content, and assets via AI agents. https://nomacms.com
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"
]
}
}
}
Run in terminal:
claude mcp add nomacms-mcp-server npx -y NomaCMS/nomacms-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nomacms-mcp-server": {
"command": "npx",
"args": [
"-y",
"NomaCMS/nomacms-mcp-server"
]
}
}
}