Open-source Agentic CMS — MCP server that turns any CMS backend into an AI-agent-ready content management system
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"
]
}
}
}
Run in terminal:
claude mcp add agentic-cms npx -y intellieffect/agentic-cms
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-cms": {
"command": "npx",
"args": [
"-y",
"intellieffect/agentic-cms"
]
}
}
}