ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Strapi with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI to Strapi. Fully orchestrate your headless CMS. create entries, manage content types, and upload media assets naturally.

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

The complete Strapi capability set.

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

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through Strapi.

  1. 01

    List assets

    Lists media assets stored in the Strapi Media Library

  2. 02

    List cms users

    Lists all registered CMS users

  3. 03

    List content types

    Lists all content types (collections and single types) defined in Strapi

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through Strapi.

  1. 04

    Create entry

    Provide the plural ID and a JSON string of fields. Creates a new entry for a specific content type

  2. 05

    Delete entry

    This action is irreversible. Permanently deletes a content entry

  3. 06

    Get entry details

    Retrieves details for a specific content entry

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through Strapi.

  1. 07

    List entries

    Provide the plural ID of the content type (e.g., "articles"). Lists entries for a specific content type

  2. 08

    Update entry

    Provide the plural ID, entry ID, and field updates. Updates fields of an existing content entry

  3. 09

    Upload media asset

    Provide the public file URL to be fetched and uploaded. Uploads a new file to the Media Library

Observed, not estimated

867ms average. Fast in production.

Strapi is checked daily against the live service.

Daily averagePeak 1052ms
Aug 20Today
Fastest day
715ms
Slowest day
1052ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

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

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

Strapi Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/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 — Strapi capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "strapi-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/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 Strapi owners ask.

  • 01

    How does the AI know the correct JSON format for new entries?

    The agent calls list_content_types first to read each collection's field names and types. It then builds a compliant JSON payload matching the schema before calling create_entry.

  • 02

    Can the agent delete content types or schemas?

    No. delete_entry only removes individual data rows within a collection. It cannot alter, drop, or modify content type schemas or structural CMS settings.

  • 03

    Can I upload media files through the integration?

    Yes. Use upload_media_asset to add images, videos, or documents to the Strapi Media Library. You can also browse existing assets with list_assets.