Strapi Connector for AI agents.
9 live capabilities
Manage headless CMS content and media assets through natural conversation.
Waiting for input…
Why people use Strapi
Strapi for Solving Manual CMS Data Entry
With this Connector, you just tell your agent what you want to happen. Instead of clicking through menus, you describe the content you need, and the agent handles the data entry and schema validation. You get your content live in seconds without ever leaving your chat interface.
What Vinkius changes
You get a direct conversational interface for managing your Strapi content and assets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk updating product prices
A marketer needs to update 50 product descriptions with a new price.
- Real-world use case 02
Verifying content schemas
A developer needs to see if a specific content type exists.
- Real-world use case 03
Reviewing article metadata
An admin wants to find a specific article.
Complete set · 9capabilities
The complete Strapi capability set.
These are the exact actions your AI can choose when you ask it to work with Strapi.
01—03
3 capabilities in this set.
Part of 9 available through Strapi.
- 01 Capability
Get entry details
Fetch every piece of information for one specific content record.
- 02 Capability
List assets
See every image and file you have stored in your Strapi Media Library.
- 03 Capability
Create entry
Build a brand new content record using a JSON string of your data.
04—06
3 capabilities in this set.
Part of 9 available through Strapi.
- 04 Capability
Delete entry
Permanently remove a content record from your database.
- 05 Capability
List content types
Get a full list of every collection and single type defined in your CMS.
- 06 Capability
List entries
Pull all records for a specific content type like articles or products.
07—09
3 capabilities in this set.
Part of 9 available through Strapi.
- 07 Capability
List cms users
Check who has access to your CMS for security and permission audits.
- 08 Capability
Update entry
Change specific fields on an existing entry using unique IDs.
- 09 Capability
Upload media asset
Pull a file from a public URL and save it directly into your Media Library.
Set up in minutes
One URL. Then ask Strapi to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Strapi from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Strapi, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Strapi for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Strapi URL.
- Step 03
Save and start
Save the connection and enable Strapi in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"strapi": {
"url": "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Strapi
Open Agent mode in chat and ask: "Using Strapi, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"strapi": {
"url": "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Strapi
Ask Copilot: "Using Strapi, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"strapi": {
"url": "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Strapi
Open Cascade and ask: "Using Strapi, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"strapi": {
"url": "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Strapi
Ask Cline: "Using Strapi, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add strapi --transport http "https://edge.vinkius.com/vk_preview_XW0VKYW7fERHyVcldZlUQhDE6kthxxE5fmyWrKu0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Strapi
Ask Claude: "Using Strapi, show me...". 9 tools are ready
Where the request belongs
Work Strapi can move forward.
This is for the content team lead who is tired of manual data entry, the backend dev who wants to automate schema checks, and the marketing ops person who needs to update hundreds of entries without breaking the CMS.
Backend Architect
Validates complex JSON payloads and content schemas across different components without opening the admin panel.
Technical Marketer
Programmatically updates blog posts or product listings to keep the site current across multiple categories.
Content Ops Manager
Audits user permissions and manages bulk media uploads for large-scale marketing campaigns.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsContentstack
Manage headless CMS via Contentstack. list and create entries, audit content types, handle media assets, and publish to environments directly from any AI agent.
Prismic
Query and manage your Prismic headless CMS content. search documents, list custom types, and retrieve specific content directly from any AI agent.
Statamic
Manage your Statamic CMS content—list entries, fetch taxonomy terms, inspect global sets, and explore site navigation directly from your AI agent.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Hygraph (Headless CMS)
Manage headless content via Hygraph. execute GraphQL queries, introspect schemas, and manage documents.
DatoCMS
Manage headless content via DatoCMS. execute GraphQL queries, handle record CRUD, manage content models, and audit media uploads directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Strapi connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Strapi.
The practical details behind the request, access and result.
Can I use Strapi MCP to manage my website content?
Yes, this Connector lets you use your AI client to create, update, and organize content within your Strapi headless CMS. It's designed to handle the heavy lifting of data entry so you can manage your site more quickly.
How does Strapi MCP handle media files?
You can have your agent upload files directly from a public URL into your Media Library. This saves you from having to manually download and re-upload assets.
Can I use this to see my CMS schema?
Absolutely. You can ask your agent to list all content types to get a clear overview of your data structure or get specific details on any entry.
Is Strapi MCP safe for production data?
Yes, it uses your existing Strapi API keys to interact with your data. You maintain full control over permissions and security within your Strapi admin panel.
Can I bulk update entries using Strapi MCP?
Yes, you can ask your agent to perform updates on multiple entries. It handles the individual requests for each record based on the instructions you provide.
Does Strapi MCP work with my existing Strapi setup?
Yes, it connects to your deployed Strapi instance using your base URL and API key. It works with your current content types and media library.
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.
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.
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.
One connection away
Give your agent a direct line to Strapi.
Connect Strapi once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available