How to Use the TYPO3 CMS MCP in Cursor
Inject live TYPO3 CMS data and run actions in your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TYPO3 CMS MCP to Cursor
Create your Vinkius account to connect TYPO3 CMS to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Develop with the MCP Server
Need to write a script that pulls site structure? Call `get_navigation_tree` to get the menu hierarchy. You can then inject this live JSON output directly into your function, building code based on real data. This ability means you don't have to mock anything; your AI client generates working code using actual API responses from the MCP Server.
Update Content While Coding
Typing a CMS feature? You can use `update_cms_entity` within Cursor. The agent calls the tool, and you get live feedback on what fields were updated in TYPO3 CMS. It's instant testing. This lets developers treat the API like a local function call right inside their editor.
Check Global Configurations via Cursor
To understand the site context, run `get_initial_boot` to retrieve global configuration and root page schema. This data helps your AI client write code that respects TYPO3's fundamental structure. Use `list_typoscript_globals` if you need a full list of constant TypoScript settings for your codebase.
Set up TYPO3 CMS MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the TYPO3 CMS MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent TYPO3 CMS transactions." If the MCP tools are loaded correctly, Cursor will call the TYPO3 CMS tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"typo3-cms-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TYPO3 CMS MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TYPO3 CMS MCP today
We host it, we monitor it, we maintain it. You just paste one token.