Vinkius
TYPO3 CMS

TYPO3 CMS MCP for AI. Programmatically manage every piece of content on your site.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

TYPO3 CMS MCP on Cursor AI Code EditorTYPO3 CMS MCP on Claude Desktop AppTYPO3 CMS MCP on OpenAI Agents SDKTYPO3 CMS MCP on Visual Studio CodeTYPO3 CMS MCP on GitHub Copilot AI AgentTYPO3 CMS MCP on Google Gemini AITYPO3 CMS MCP on Lovable AI DevelopmentTYPO3 CMS MCP on Mistral AI AgentsTYPO3 CMS MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

TYPO3 CMS MCP Server gives your AI client direct API access to the TYPO3 backend. You can programmatically read site structure, list global configurations, create new content entities (Extbase), update record fields by ID, and delete records—all without writing boilerplate PHP or clicking through admin menus.

What your AI can do

Create cms entity

Creates a new TYPO3 content record or Extbase entity using provided data and an entity name.

Delete cms entity

Permanently removes a specific TYPO3 record. This action cannot be undone.

Get initial boot

Retrieves the system's global configuration details and the root page schema from TYPO3.

+ 7 more capabilities included
Audit Site Configuration

Checks global system constants and the core initial boot state using list_typoscript_globals or get_initial_boot.

Map Content Hierarchy

Retrieves the full hierarchical navigation structure of a site starting from any given page using get_navigation_tree.

Read and Write Records

Performs granular data manipulation, allowing you to list records (list_backend_records), fetch single entities (get_single_record), create new ones (create_cms_entity), or update existing fields (update_cms_entity).

Inspect Page Output

Gets a structured data dump of what a specific page looks like to the end user via get_rendered_page.

Manage Content Lifecycle

Deletes content records permanently using delete_cms_entity, or checks system connectivity with ping_rest_api.

Included with Plan

Waiting for input…

AI Agent

TYPO3 CMS: 10 Tools for Content Entity Management

Use these tools to programmatically create, delete, retrieve, and update every type of record within your TYPO3 content management system.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using TYPO3 CMS on Vinkius

Create Cms Entity

Creates a new TYPO3 content record or Extbase entity using provided data and an entity name.

Delete Cms Entity

Permanently removes a specific TYPO3 record. This action cannot be undone.

Get Initial Boot

Retrieves the system's global configuration details and the root page schema from...

Get Navigation Tree

Maps out the complete, hierarchical list of navigation menu items starting from a...

Get Rendered Page

Fetches a structured representation of what a specific TYPO3 page looks like to an...

Get Single Record

Retrieves the full data payload for one specific TYPO3 record when you know its unique ID number.

List Backend Records

Lists multiple records from a named entity, optionally filtering by parameters or routes.

List Typoscript Globals

Outputs all global settings and constants defined within the TYPO3 system context...

Ping Rest Api

Checks if the connection to the TYPO3 REST API is active and responding correctly.

Update Cms Entity

Modifies specific fields of an existing content record by providing its entity name...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The TYPO3 CMS integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with TYPO3 CMS, then connect any of our 5,000+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,000+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
TYPO3 CMS MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by TYPO3 CMS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Manually debugging content requires jumping between the admin panel and your code editor.

Today, finding a single record's status means opening the CMS dashboard, navigating through menus (sometimes 5 levels deep), searching by title, clicking into the entity view, and finally copying the ID. If you need to check fifty records, you do that fifty times.

With this MCP server, your agent handles all of it. You tell it which list of IDs you care about, and it uses `list_backend_records` or `get_single_record`. You get a clean JSON array back in seconds. No clicking, no copy/paste, just data.

TYPO3 CMS MCP Server: Programmatically control every content entity.

Instead of writing complex code to handle the initial setup—retrieving basic system variables and mapping core routing definitions—you just call `get_initial_boot`. It pulls everything you need in one go.

It's a massive time saver. You stop debugging boilerplate PHP code for simple data checks, and start focusing on the business logic that actually matters.

What your AI can actually do with this

You connect your AI client straight into the TYPO3 backend. You get API access to everything—the core content operations, the global settings, the site structure—and you treat all of it like clean data payloads for your agent. You're done writing boilerplate PHP or clicking through a dozen admin menus just to change one field.

Checking System Health and Auditing Configuration

The first thing you gotta do is make sure everything's talking. Run ping_rest_api to confirm the connection to the TYPO3 REST API is live and responding correctly; if it fails, don't waste time on anything else.

If you need a full system audit, you start by checking global constants. The list_typoscript_globals tool outputs every single global setting and constant defined in your TYPO3 context—it’s perfect for auditing initial setup without needing admin access to every corner of the backend. You can also run get_initial_boot to get a clean dump of the system's root page schema, which gives you a foundational view of how the site boots up.

Mapping and Inspecting Content Structure

Need to know what pages exist? The get_navigation_tree tool maps out the whole thing. It pulls a complete, hierarchical list of every navigation item starting from any specific page ID you hand it. This lets your agent isolate content deep within sub-folders using pure API calls.

Want to see how a page looks on the live site? Use get_rendered_page. You give it a path or a numeric ID, and it sends back a structured data dump of what an end user actually sees. It’s way better than guessing based on source code.

Performing Granular Data Manipulation (The CRUD Cycle)

Your AI client can now manage content like a pro. When you need to read records, the get_single_record tool fetches all data for one specific TYPO3 record when you already know its unique ID number. If you gotta see multiple pieces of content from the same type—say, every product listing—you'll run list_backend_records.

You can even filter that list by parameters or routes to narrow down what you need.

If you’re building something new, use create_cms_entity. Just give it an entity name and a data payload, and it spins up a brand-new TYPO3 content record or Extbase entity for you.

Need to adjust something that's already there? The update_cms_entity tool lets your agent modify specific fields of an existing content record. You just gotta provide the entity name, the ID number, and the new data payload with what you want changed.

Finally, if a piece of content is dead, you can wipe it out permanently using delete_cms_entity. This removes a specific TYPO3 record entirely; remember, this action isn't reversible.

Built · Hosted · Managed by Vinkius TYPO3 CMS MCP Server - Manage Content Entities
Server ID 019d7617-7146-7253-b364-faf10659af84
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check if the TYPO3 CMS backend is online before running updates? +

Use ping_rest_api. This tool confirms connectivity to the REST API, ensuring your subsequent write operations won't fail because of a simple network or service outage.

Which tool do I use if I only know the page URL? +

Use get_rendered_page. You provide the canonical path or ID, and it returns the structured data payload for that specific view. It's faster than manually viewing the live site.

Is there a way to check all global CMS settings? +

Yes, run list_typoscript_globals. This tool dumps every system constant and configuration setting available in the context. You don't have to click into dozens of separate admin modules.

Can I list records from a custom Extbase table? +

Yes, use list_backend_records. Just provide the entity name and any necessary query parameters. It handles listing content for specific routes or tables across your CMS.

When using `delete_cms_entity`, what precautions should I take before running a permanent deletion? +

The action is irreversible. You must confirm both the entity name and the record ID multiple times in your prompt. The agent will require explicit confirmation before sending the mutation payload.

How does `create_cms_entity` handle schema validation for complex custom records? +

You provide a raw JSON object, but the tool validates it against the target entity's defined structure. If any field is missing or typed incorrectly, the process fails before writing to the database.

If I use `get_navigation_tree`, does it handle very deep site architectures efficiently? +

The tool retrieves the full hierarchical menu starting from a page. For extremely deep sites, keep an eye on potential rate limits or pagination requirements to ensure you get every node.

What credentials are required for `update_cms_entity` to successfully modify a record? +

You need the TYPO3 Authorization Bearer token and the specific entity name. The agent uses these details to authenticate and target the correct endpoint for updating fields.

Can it retrieve both the navigation tree and single rendered pages autonomously? +

Yes. Command the LLM to 'get_navigation_tree' from ID 1, revealing the layout. Finding a curious page, you can instruct it to 'get_rendered_page' supplying its new ID to dissect content instantly.

How does the assistant handle adding complex backend module data like Extbase records? +

Using the 'create_cms_entity' endpoint tool, you just tell the AI the physical target database component and pass your JSON. TYPO3 resolves it server-side identically as if inserted from the admin view.

Is there a fast way to verify if my TYPO3 API authentication block is working? +

Run a request with the 'ping_rest_api' capability. It triggers a lightweight, zero-payload call directly returning successful metadata from your host validating you have unbridled authorization natively.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for TYPO3 CMS. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.