ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Cockpit CMS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.

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 · 17 capabilities

The complete Cockpit CMS capability set.

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

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Cockpit CMS.

  1. 01

    Delete content item

    Delete a content item by ID

  2. 02

    Get asset

    Get asset metadata by ID

  3. 03

    Get content item

    Fetch a single content item by ID

  4. 04

    Get lokalize project locale

    Get translations for a specific locale in a Lokalize project

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Cockpit CMS.

  1. 05

    Get menu

    Get a specific menu by name

  2. 06

    Get page by route

    Fetch a page by its route

  3. 07

    Get sitemap

    Get the complete sitemap

  4. 08

    List menus

    List all menus

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Cockpit CMS.

  1. 09

    Batch content items

    Batch request content from multiple models

  2. 10

    Create or update content item

    If an _id is provided in the data, it updates the existing item. Create or update a content item

  3. 11

    Get asset image

    Generate thumbnails or resized images

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Cockpit CMS.

  1. 12

    Get lokalize project

    Get all translations for a Lokalize project

  2. 13

    List content items

    Supports filtering, sorting, and pagination. Fetch a list of items from a Cockpit content collection

  3. 14

    List pages

    List all pages

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Cockpit CMS.

  1. 15

    Search detektivo

    Search within a specific Detektivo index

  2. 16

    Submit inbox

    Submit form data to an Inbox

  3. 17

    List routes

    Get a lightweight list of all routes and slugs

Observed, not estimated

961ms average. Fast in production.

Cockpit CMS is checked daily against the live service.

Daily averagePeak 1216ms
Aug 20Today
Fastest day
816ms
Slowest day
1216ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 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 Cockpit CMS, so you can see the experience inside your AI.

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

Cockpit CMS Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_fNofB8llpPLT1euBpo7Rm0YeaMUb0DsJJHBkdNZ7/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 — Cockpit CMS capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "cockpit-self-hosted-headless-cms-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_fNofB8llpPLT1euBpo7Rm0YeaMUb0DsJJHBkdNZ7/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 Cockpit CMS owners ask.

  • 01

    Can I filter content items using Mongo-style queries?

    Yes! The list_content_items capability supports a filter parameter where you can pass a JSON object with Mongo-style query operators to precisely target your data.

  • 02

    Is it possible to resize images directly through the agent?

    Absolutely. Use the get_asset_image capability with parameters like w (width), h (height), and m (mode) to request processed versions of your stored image assets.

  • 03

    Can I fetch data from multiple collections at once?

    Yes, the batch_content_items capability allows you to define multiple models and their respective query parameters in a single JSON object to retrieve all required data in one go.