Payload CMS Connector for AI agents.
11 live capabilities
Manage your headless CMS content and database records through natural language.
Waiting for input…
Why people use Payload CMS
Payload CMS Content Management for Headless CMS Developers
With this Connector, you just stay in your editor. You tell your agent to find the 'Winter Collection' products and update their stock levels. It handles the query, finds the IDs, and applies the changes. You get the result in seconds without ever opening a new tab.
What Vinkius changes
You get a conversational interface for your headless CMS content.
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 content manager needs to update the price for 50 different products.
- Real-world use case 02
Verifying data structures for frontend dev
A developer needs to see the JSON structure of a user profile to write a component.
- Real-world use case 03
Auditing environment configurations
A DevOps engineer needs to check the site settings across three different environments.
Complete set · 11capabilities
The complete Payload CMS capability set.
These are the exact actions your AI can choose when you ask it to work with Payload CMS.
01—04
4 capabilities in this set.
Part of 11 available through Payload CMS.
- 01 Capability
Create document
Create a new document in a collection. This adds new content to your headless CMS.
- 02 Capability
Delete document
Delete a document. Use this to remove entries you no longer need.
- 03 Capability
Get document
Get a single document by ID. This pulls the full JSON payload for a specific record.
- 04 Capability
List documents
List documents from a Payload CMS collection. It supports filtering, sorting, and pagination.
05—08
4 capabilities in this set.
Part of 11 available through Payload CMS.
- 05 Capability
Login user
Login a user to get an authentication token. This handles the initial handshake for your session.
- 06 Capability
Logout user
Logout the current user. Use this to clear your session when you're done.
- 07 Capability
Refresh token
Refresh authentication token. This keeps your session active without re-logging in.
- 08 Capability
Update document
Update an existing document. It lets you change specific fields in your database records.
09—11
3 capabilities in this set.
Part of 11 available through Payload CMS.
- 09 Capability
Update global
Update global data. Use this to change site-wide configurations instantly.
- 10 Capability
Get global
Fetch global data from your Payload CMS instance. It's useful for seeing site-wide settings.
- 11 Capability
Get me
Get current authenticated user details. Use this to check your current session status.
Set up in minutes
One URL. Then ask Payload CMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Payload CMS 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_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Payload CMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS URL.
- Step 03
Save and start
Save the connection and enable Payload CMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"payload-cms-extended": {
"url": "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS
Open Agent mode in chat and ask: "Using Payload CMS, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"payload-cms-extended": {
"url": "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS
Ask Copilot: "Using Payload CMS, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"payload-cms-extended": {
"url": "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS
Open Cascade and ask: "Using Payload CMS, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"payload-cms-extended": {
"url": "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS
Ask Cline: "Using Payload CMS, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add payload-cms-extended --transport http "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS
Ask Claude: "Using Payload CMS, show me...". 11 tools are ready
Where the request belongs
Work Payload CMS can move forward.
This is for the developer who's sick of manual data entry and the content manager who needs to find one specific post in a sea of hundreds without clicking through menus.
Full-stack Developer
Verifies database structures and schema fields while coding without leaving the IDE.
Content Manager
Updates blog posts or product listings using natural language instead of navigating complex CMS menus.
DevOps Engineer
Checks global configuration settings and environment variables across different CMS instances.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPayload CMS
Manage your Payload CMS content directly from any AI agent. query collections, update documents, and manage globals via REST API.
Elemeno
Equip your AI agent to manage content collections, track singletons, and monitor items via the Elemeno CMS API.
Prismic
Query and manage your Prismic headless CMS content. search documents, list custom types, and retrieve specific content directly from any AI agent.
Cockpit (Self-hosted Headless CMS API)
Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Bring your own AI
Change the model, client or framework. Keep Payload CMS 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 Payload CMS.
The practical details behind the request, access and result.
Can the Payload CMS MCP help me update my content without a browser?
Yes, it lets you perform updates directly through your AI client. You can ask your agent to change fields, create new entries, or delete old ones using natural language.
Does the Payload CMS MCP work with my existing TypeScript schema?
Yes, it's designed to understand your specific data model. It uses your schema to ensure that any content it creates or updates follows your defined rules.
How does the Payload CMS MCP handle my login credentials?
You provide your instance URL and API key during setup. The Connector uses these to handle authentication, including logging in and refreshing your session tokens.
Can I use the Payload CMS MCP to find specific documents using filters?
Yes, you can ask for documents based on specific criteria like status, category, or custom dates. It handles the complex querying for you.
Is the Payload CMS MCP safe for my production data?
It uses your existing API keys to interact with your instance. It follows the same permissions as your admin panel, so it only does what your API allows.
Can I use the Payload CMS MCP to see my global settings?
Yes, it can retrieve and update global data. This is great for checking site-wide configurations like SEO meta tags or environment variables.
How can I see all the available content types in my Payload instance?
You can use the list_collections capability. Your agent will query your Payload instance and return a list of all registered collections and globals, helping you understand what data is available to interact with.
Is it possible to search for documents with specific criteria, like a slug or status?
Yes! Use the find_documents capability. You can provide a collection name and filter parameters (e.g., where[slug][equals]=my-post). The agent will return the matching documents including their full metadata.
Can I retrieve the full data of a single document if I have its ID?
Absolutely. Use the get_document capability by providing the collection name and the unique Document ID. This is perfect for inspecting deep nested relationships or specific field values.
One connection away
Give your agent a direct line to Payload CMS.
Connect Payload CMS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available