📋 A content-planner bridge for TYPO3 that lets AI assistants read and set page status, assignee and comments via MCP
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"
]
}
}
}
Run in terminal:
claude mcp add typo3-mcp-server-con npx -y konradmichalik/typo3-mcp-server-content-planner
Add to .cursor/mcp.json:
{
"mcpServers": {
"typo3-mcp-server-con": {
"command": "npx",
"args": [
"-y",
"konradmichalik/typo3-mcp-server-content-planner"
]
}
}
}