Payload CMS

Payload CMS MCP Connector for Claude

F

Manage your Payload CMS instance — query collections, inspect documents, and manage content directly from your AI agent.

11 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Payload CMS instance to any AI agent and take full control of your headless content management and application framework through natural conversation.

What you can do

  • Collection Discovery — List all available collections and globals defined in your TypeScript schema
  • Advanced Querying — Find specific documents using complex filters, pagination, and sorting directly from the chat
  • Document Inspection — Fetch full JSON payloads for specific documents to understand relationships and data structures
  • Content Management — Create or update entries in your database without leaving your AI interface
  • Schema Awareness — Understand your data model and field types to ensure accurate content operations

How it works

  1. Subscribe to this server
  2. Enter your Payload CMS Instance URL and API Key
  3. Start managing your content from Claude, Cursor, or any MCP-compatible client

No more switching between your code editor and the Payload Admin panel to verify field names or check entry IDs. Your AI acts as a specialized content engineer.

Who is this for?

  • Developers — query your local or production database to verify data structures while coding
  • Content Managers — quickly find and update specific entries across multiple collections using natural language
  • DevOps Engineers — inspect system globals and configuration settings across different environments
payload-cmstypescriptapi-frameworkdatabase-managementcontent-api

11 tools expose this connector's capabilities to your AI agent.

create_document

Create a new document in a collection

delete_document

Delete a document

get_document

Get a single document by ID

get_global

Get global data

get_me

Get current authenticated user details

list_documents

Supports optional query string for filtering, sorting, and pagination. List documents from a Payload CMS collection

login_user

Login a user to get an authentication token

logout_user

Logout the current user

refresh_token

Refresh authentication token

update_document

Update an existing document

update_global

Update global data

See how to talk to your AI agent using Payload CMS.

List all the collections available in my Payload CMS.

I've accessed your Payload instance. You have 4 active collections: 'Users', 'Posts', 'Categories', and 'Media'. You also have a global called 'Site-Settings'. Which one would you like to explore?

Find the post with the slug 'announcing-mcp-support' in the 'posts' collection.

Searching... I found one document in 'posts' matching that slug. The ID is `65a2b...`, the status is 'published', and it was last updated on Oct 24th. Would you like the full content of this post?

Get the full details for document ID 64f123456789 in the 'products' collection.

Retrieving document... Here are the details for 'Wireless Headphones' (ID: 64f123456789). It has a price of $199, stock level of 45, and is linked to the 'Electronics' category. I've also retrieved the associated image metadata.

You can use the `list_collections` tool. 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.

Related Connectors