ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Statamic with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Statamic CMS content—list entries, fetch taxonomy terms, inspect global sets, and explore site navigation 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 · 14 capabilities

The complete Statamic capability set.

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

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Statamic.

  1. 01

    Get asset

    Get a single asset

  2. 02

    Get collection tree

    Get entry tree for structured collections

  3. 03

    Get entry

    Get a single Statamic entry

  4. 04

    Get form

    Get a single form

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Statamic.

  1. 05

    Get global

    Get variables for a globalThis set

  2. 06

    Get nav tree

    Get navigation structure tree

  3. 07

    Get term

    Get a single taxonomy term

  4. 08

    List entries

    List entries in a Statamic collection

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Statamic.

  1. 09

    List forms

    List all forms

  2. 10

    List globals

    List all globalThis sets

  3. 11

    List terms

    List terms in a Statamic taxonomy

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Statamic.

  1. 12

    List users

    List users

  2. 13

    Get user

    Get a single user

  3. 14

    List assets

    List assets in a container

Observed, not estimated

921ms average. Fast in production.

Statamic is checked daily against the live service.

Daily averagePeak 1125ms
Aug 20Today
Fastest day
780ms
Slowest day
1125ms
14-day trend
Slowing+8%

Connect your client

One URL. Every client.

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

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

Statamic Connector

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

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

  • 01

    Can I see the hierarchical structure of my site navigation?

    Yes. Use the get_nav_tree capability with the handle of your navigation (e.g., 'main'). The agent will return the full nested structure of your menu items.

  • 02

    How do I fetch specific variables like the site name or social media links?

    You can use list_globals to see all available sets, then use get_global with the specific handle to retrieve all variables stored within that global set.

  • 03

    Is it possible to filter entries when listing a collection?

    The list_entries capability supports limit, sort, and fields parameters, allowing you to paginate results and choose exactly which data fields the agent should process.