typo3-mcp-server-content-planner

konradmichalik/typo3-mcp-server-content-planner
★ 0 stars PHP AI/LLM Updated 1d ago
📋 A content-planner bridge for TYPO3 that lets AI assistants read and set page status, assignee and comments via MCP
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": {
    "typo3-mcp-server-con": {
      "command": "npx",
      "args": [
        "-y",
        "konradmichalik/typo3-mcp-server-content-planner"
      ]
    }
  }
}