elmapicms-mcp-server

elmapicms/elmapicms-mcp-server
★ 7 stars TypeScript AI/LLM Updated today ✓ Clean
Connect Cursor, Claude Code, or any MCP-compatible tool directly to your ElmapiCMS instance. Manage collections, content, and assets through natural language.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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