agentic-cms

intellieffect/agentic-cms
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Open-source Agentic CMS — MCP server that turns any CMS backend into an AI-agent-ready content management system
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": {
    "agentic-cms": {
      "command": "npx",
      "args": [
        "-y",
        "intellieffect/agentic-cms"
      ]
    }
  }
}