typo3-mcp-server
Verified Safeby hauptsacheNet
Overview
Provides a Model Context Protocol (MCP) server for TYPO3, enabling AI assistants to safely manage and analyze pages and records through TYPO3's workspace system.
Installation
vendor/bin/typo3 mcp:serverEnvironment Variables
- ANTHROPIC_API_KEY
Security Notes
The project prioritizes security through a 'TCA-First' approach, robust input validation, and automatic workspace handling which ensures AI changes are staged, not immediately live. Extensive edge case tests cover SQL injection, mass assignment, and various permission types (table, field, workspace, language, mount point, operation). OAuth is used for backend user authentication. File reference tables (`sys_file_reference`) are intentionally restricted due to workspace limitations. A minor concern is the hardcoded admin password `Admin123!` in the `Build/setup-typo3.sh` script, though this script is for a test setup and not intended for production deployment.
Similar Servers
mcp-server-mysql
A backend server application for a Modular Control Platform (MCP) or Microservice Control Plane, likely built with Node.js/TypeScript and integrating with MySQL, potentially featuring AI/LLM evaluation capabilities.
MakerAi
To enable Delphi developers to build and deploy advanced AI applications, including custom MCP servers, with support for various LLM providers, RAG, and multimodal capabilities.
pluggedin-app
The MCP Playground is a testing environment for MCP (Model Control Protocol) servers, allowing users to connect to multiple MCP servers and interact with them through an LLM-powered chat interface.
nextcloud-mcp-server
Connects AI assistants to a Nextcloud instance, enabling LLMs to interact with Nextcloud data via secure API for CRUD operations and semantic search.