ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Payload CMS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your 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 · 11 capabilities

The complete Payload CMS capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Payload CMS.

  1. 01

    Delete document

    Delete a document

  2. 02

    Logout user

    Logout the current user

  3. 03

    Refresh token

    Refresh authentication token

  4. 04

    Get global

    Get globalThis data

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Payload CMS.

  1. 05

    Get me

    Get current authenticated user details

  2. 06

    Create document

    Create a new document in a collection

  3. 07

    Get document

    Get a single document by ID

  4. 08

    List documents

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

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Payload CMS.

  1. 09

    Login user

    Login a user to get an authentication token

  2. 10

    Update document

    Update an existing document

  3. 11

    Update global

    Update globalThis data

Observed, not estimated

876ms average. Fast in production.

Payload CMS is checked daily against the live service.

Daily averagePeak 1115ms
Aug 20Today
Fastest day
764ms
Slowest day
1115ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

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

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

Payload CMS Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 — Payload CMS capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "payload-cms-extended-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_F9KqScjp1H2LzRfZYwHeA6WirB5M3GIYHP3k8KOt/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 Payload CMS owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.