Download the PHP package hn/typo3-mcp-server without Composer

On this page you can find all versions of the php package hn/typo3-mcp-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package typo3-mcp-server

TYPO3 MCP Server Extension

This extension provides a Model Context Protocol (MCP) server implementation for TYPO3 that allows AI assistants to safely view and manipulate TYPO3 pages and records through TYPO3's workspace system.

๐Ÿ”’ Safe AI Content Management with Workspaces

All content changes are automatically queued in TYPO3 workspaces, making it completely safe for AI assistants to create, update, and modify content without immediately affecting your live website. Changes require explicit publishing to become visible to site visitors.

๐Ÿงช Continuously Tested With Real LLMs

Every push to main runs a benchmark that has the latest models from Anthropic, OpenAI, Mistral, and Google actually use this MCP to perform real TYPO3 tasks. That's how we stay vendor-independent and prove the tool descriptions convey what they claim across very different prompting styles โ€” your AI assistant of choice should just work, not only ours. Click any badge for the full run-by-run history.

haiku-4.5 gpt-5.4-mini gpt-oss-120b mistral-large-2512 gemini-3-flash

What Can You Do?

With the TYPO3 MCP Server, your AI assistant can help you:

๐Ÿ“ Content Management

๐Ÿ” Content Analysis & SEO

๐Ÿš€ Productivity Boosters

All these operations happen safely in workspaces, giving you full control to review before publishing!

๐Ÿ’ก Want to know how it works? Check out our Technical Overview for detailed information about the implementation, available tools, and real-world examples with actual tool calls.

Project Status

Feature Status Notes
MCP Connection โœ… Ready HTTP and stdin/stdout protocols (thanks to logiscape/mcp-sdk-php)
Authentication โœ… Ready OAuth for Backend Users
Page Tree Navigation โœ… Ready Page tree view similar to the TYPO3 backend
Page Content Discovery โœ… Ready Similar to the List or Page module with backend layout support
Record Reading/Writing โœ… Ready Read and write any workspace-capable TYPO3 table (core & extensions) with full schema inspection
Content Translation โš ๏ธ Experimental Implemented, needs real-world testing
Fileadmin Support โŒ Missing Not yet implemented
Workspace Selection โŒ Missing Currently uses the first writable workspace of the user

While there are a lot of automated tests, TYPO3 instances are widely different and Language Models are also widely different. Feel free to create issues here on GitHub or share experiences in the typo3-core-ai channel.

Installation

Requirements:

Usage

Quick Start

There are two ways to connect AI assistants like Claude Desktop to your TYPO3 installation:

Option 1: OAuth Authentication (Recommended)

For secure remote access with proper authentication:

  1. Go to [Username] โ†’ MCP Server in your TYPO3 backend
  2. Copy the Server URL (and optionally the Integration Name)
  3. Add the Integration to whatever MCP Client you are using.

Option 2: Local Command Line Connection

This method gives you admin privileges by default. Add this to your mcp config file of Claude Desktop or whatever client you are using.

Development

Running Tests

Adding New Tools

Tools are defined in the Classes/MCP/Tools directory. Each tool follows the MCP tool specification and maps to specific TYPO3 functionality.

Learn More

License

GPL-2.0-or-later


All versions of typo3-mcp-server with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
logiscape/mcp-sdk-php Version ^1.2
typo3/cms-backend Version ^13.4 || ^14.3
typo3/cms-core Version ^13.4 || ^14.3
typo3/cms-workspaces Version ^13.4 || ^14.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hn/typo3-mcp-server contains the following files

Loading the files please wait ...