ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use TYPO3 CMS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate content management via TYPO3 CMS. retrieve page structures, create Extbase entities, update fields, and audit configurations seamlessly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete TYPO3 CMS capability set.

These are the exact actions your AI can choose when you ask it to work with TYPO3 CMS.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through TYPO3 CMS.

  1. 01

    Delete cms entity

    This action is irreversible. Permanently deletes a TYPO3 record

  2. 02

    Get initial boot

    Retrieves globalThis configuration and root page schema from TYPO3

  3. 03

    Get navigation tree

    Retrieves the hierarchical navigation menu starting from a page

  4. 04

    Get rendered page

    Provide a numeric ID or canonical path. Retrieves a structured representation of a rendered TYPO3 page

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through TYPO3 CMS.

  1. 05

    Get single record

    Retrieves a single TYPO3 record by ID

  2. 06

    Ping rest API

    Verifies connectivity to the TYPO3 REST API

  3. 07

    List typoscript globals

    Lists globalThis TypoScript settings and constants

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through TYPO3 CMS.

  1. 08

    Create cms entity

    Provide the entity name and data as a JSON object. Creates a new TYPO3 Extbase entity or content element

  2. 09

    List backend records

    Provide the entity name and optional query parameters. Lists records for a specific TYPO3 entity or route

  3. 10

    Update cms entity

    Provide entity name, record ID, and JSON updates. Updates fields of an existing TYPO3 record

Observed, not estimated

860ms average. Fast in production.

TYPO3 CMS is checked daily against the live service.

Daily averagePeak 1013ms
Aug 20Today
Fastest day
662ms
Slowest day
1013ms
14-day trend
Slowing+26%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of TYPO3 CMS, so you can see the experience inside your AI.

It does not authenticate your account with TYPO3 CMS. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

TYPO3 CMS Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_MvYCENhvJ4l7rLLr6a8FG3KbDflpyTTNIi802Z4o/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — TYPO3 CMS capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "typo3-cms-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_MvYCENhvJ4l7rLLr6a8FG3KbDflpyTTNIi802Z4o/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions TYPO3 CMS owners ask.

  • 01

    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.

  • 02

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

    Using the 'create_cms_entity' endpoint capability, 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.

  • 03

    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.