4,500+ servers built on MCP Fusion
Vinkius

Statamic MCP. Talk to your site's content structure, no dashboard needed.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Statamic MCP on Cursor AI Code Editor MCP Client Statamic MCP on Claude Desktop App MCP Integration Statamic MCP on OpenAI Agents SDK MCP Compatible Statamic MCP on Visual Studio Code MCP Extension Client Statamic MCP on GitHub Copilot AI Agent MCP Integration Statamic MCP on Google Gemini AI MCP Integration Statamic MCP on Lovable AI Development MCP Client Statamic MCP on Mistral AI Agents MCP Compatible Statamic MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

Statamic MCP Server connects your AI agent directly to your CMS backend data. You can list entries from any collection, fetch site navigation structures, inspect global settings, or check taxonomy terms using natural conversation.

No need to log into the admin panel—just talk to your content structure.

What your AI agents can do

Get asset

Retrieves the details for a single site asset by providing its identifier.

Get collection tree

Gets the full hierarchical list of entries within structured collections.

Get entry

Fetches all data for one specific Statamic entry, giving you its content and metadata.

+ 11 more capabilities included
List CMS Entries

Retrieve paginated lists of content entries from specific collections, allowing filtering by field or status.

Inspect Site Structure

Map out the site's navigation tree or structured collection hierarchy to understand relationships between pages and sections.

Query Global Variables

Get current values for site-wide settings, like API keys or default footer text, stored in global sets.

Audit Taxonomies

List all available categories (taxonomies) and specific terms within them to ensure consistent content metadata.

Retrieve Site Assets

Fetch details about individual site assets, like images or documents, by name or ID.

Supported MCP Clients

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients
Free for Subscribers

Waiting for input…

AI Agent

Statamic: 14 Tools for Content & API Control

These tools let you query every major component of your Statamic CMS—from user accounts to global settings—using specific, targeted commands.

get019ea608

get asset

Retrieves the details for a single site asset by providing its identifier.

get019ea608

get collection tree

Gets the full hierarchical list of entries within structured collections.

get019ea608

get entry

Fetches all data for one specific Statamic entry, giving you its content and metadata.

get019ea608

get form

Retrieves the full definition and fields of a single website form.

get019ea608

get global

Gets all variables stored within a specified global set, like site-wide constants.

get019ea608

get nav tree

Retrieves the complete nested structure for your main website navigation menu.

get019ea608

get term

Gets all information about one specific term within a taxonomy.

get019ea608

get user

Retrieves the profile details for an individual user account in the system.

list019ea608

list assets

Lists multiple assets contained within a specified directory or container.

list019ea608

list entries

Retrieves a paginated list of entries from an entire Statamic collection, supporting sorting and filtering.

list019ea608

list forms

Lists every form available across the site's different collections or sections.

list019ea608

list globals

Retrieves a list of all defined global sets used throughout the CMS.

list019ea608

list terms

Lists every available taxonomy term across your entire site structure.

list019ea608

list users

Retrieves a list of all user accounts that have access to the CMS.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Statamic, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,700+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week

What you can do with this MCP connector

Statamic Content Control via AI

Connect your Statamic CMS to any AI agent and take full control of your content through natural language. This server treats your entire site—from individual entries to global variables—as queryable data.

What You Can Do

  • Entries & Collections: List entries from any collection. The agent handles pagination, sorting, and field filtering automatically.
  • Navigation Structure: Retrieve the hierarchical tree structure for your site menus or structured collections to map out how content is organized.
  • Taxonomy Management: Query specific taxonomies and terms to audit categorization or check related content counts.
  • Global Settings: Fetch site-wide variables, configuration data, and settings stored in Statamic Globals.
  • Forms & Users: List available forms and user profiles for managing site interactions and administrative details.

How Statamic MCP Works

  1. 1 Subscribe to the server and enable the Statamic REST API in your CMS configuration.
  2. 2 Input your Statamic Base URL and a valid API Token into your AI client settings.
  3. 3 Ask your agent anything—like 'List the top 10 blog entries' or 'What are the active global variables?'—and get structured data back.

The bottom line is: you talk to your CMS, and the server runs the query for your AI client.

Who Is Statamic MCP For?

This is for content teams who hate logging into the CMS just to check a status or run an audit. It's for developers needing quick API introspection without setting up local endpoints, and SEO specialists who need bulk data checks that traditional dashboard views don't support.

Content Manager

Checks if a collection has the right number of entries or verifies a global site setting (like 'site name') without having to click through multiple admin pages.

Frontend Developer

Inspects API responses and content structures for collections or assets directly from their IDE, speeding up frontend component building.

SEO Specialist

Audits taxonomy terms across multiple collections to ensure consistent metadata usage and discover potential categorization gaps.

What Changes When You Connect

  • Check publication status or find specific entries instantly. Use list_entries and get_entry to pull data on demand without logging into the Content Panel.
  • Audit all metadata across your site. Running list_terms lets you quickly see every category term, which is essential for keeping SEO consistent.
  • Map out complex navigation structures by calling get_nav_tree. You get the full hierarchy—not just a list of links—so you know exactly how everything connects.
  • Verify site-wide constants. Need to know what the current 'site motto' or 'default footer text' is? Use get_global instead of guessing.
  • Manage content relationships easily. The ability to use list_collection_tree lets your AI agent understand if a page belongs under a specific parent section.

Real-World Use Cases

01

The Content Audit

A Content Manager needs to know how many entries are published in the 'blog' collection and which ones need a specific tag. Instead of running reports, they ask their agent to use list_entries (filtered by status) and then run list_terms. The agent returns the exact count and list of terms needing attention.

02

The Frontend Build Check

A Developer is building a component that pulls data from a global setting. They don't want to wait for a staging environment deploy. They ask the agent to use get_global and get the current configuration value instantly, validating their code before it even hits a build server.

03

The Sitemap Builder

An SEO Specialist needs to verify every link in the footer menu. They ask the agent to use get_nav_tree. The server returns the full, structured list of links and their corresponding entry IDs, allowing them to build a perfectly accurate sitemap.

04

The User Provisioning Check

An Administrator needs to know which users have editor access. They ask the agent to use list_users. The server returns the list and their roles, eliminating manual checks across multiple user management screens.

The Tradeoffs

Assuming data structure

The developer tries to guess what fields are available on an entry, leading to API errors because they didn't check the schema first.

Don't guess. Always use get_entry or list_entries in your prompt query so the agent pulls the actual structure and field types directly from Statamic.

Mixing up lists and single items

Trying to get details for 20 entries by calling 'get_entry' twenty times, which is slow and inefficient.

If you need a group of data points, use list_entries first. Use that list to identify the IDs, then run targeted calls if needed.

Checking for variables manually

A user remembers a setting name but can't recall where it lives (e.g., is it in globals or a specific collection?).

Don't guess the location. Always start by asking the agent to use list_globals. This shows you all possible global sets, letting you pinpoint the exact variable.

When It Fits, When It Doesn't

Use this server if your workflow requires querying structured content data—entries, terms, menus, assets—without ever opening the Statamic admin dashboard. It's perfect for scripting content audits or building frontends that need real-time CMS introspection.

Don't use it if you just need to create a brand new entry from scratch; those actions require direct write access and are outside this read-only scope. If your goal is merely to list all available collections (and not the entries within them), consider using a dedicated collection listing tool instead, as list_entries focuses on content items.

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Statamic. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

How we secure it →

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 14 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Available Capabilities

get_asset get_collection_tree get_entry get_form get_global get_nav_tree get_term get_user list_assets list_entries list_forms list_globals list_terms list_users

Checking site data used to be a clicking mess.

To audit your site's metadata today, you have to jump between the admin dashboard, navigate to the 'Taxonomies' section, select each category one by one, and then check its associated terms. It’s slow, it requires dozens of clicks, and you often miss an entire corner of the site in the process.

With this MCP server, you just ask your agent: 'Show me every term in the 'categories' taxonomy.' The tool runs `list_terms` and returns a complete, structured list instantly. You get the data without leaving your chat window.

The Statamic MCP Server gives you total control over content structure.

You no longer need to manually check if every page follows a consistent naming convention or if the site's main navigation menu is up-to-date. Instead of copying and pasting URLs, you prompt your agent to run `get_nav_tree`.

The result isn't just a list—it’s the full hierarchy, showing exactly how every link connects to its parent section. You get architectural clarity in seconds.

Common Questions About Statamic MCP

How do I check all global settings using get_global? +

You first need to run list_globals to see all available global sets. Once you know the set name, you use get_global and provide that specific set's identifier to pull its variables.

Can I list entries for a whole collection with list_entries? +

Yes. list_entries is built for this. You simply tell the agent which collection you want to check, and it handles pagination, letting you retrieve hundreds of items in chunks.

What should I use to map my main menu structure? (get_nav_tree) +

get_nav_tree is the right tool. It gives you the full hierarchical tree for your primary site navigation, which is better than just listing links because it shows parent/child relationships.

I need to check a specific piece of content; should I use get_entry or list_entries? +

Use get_entry if you know the ID of the exact entry and only want its details. Use list_entries if you want to browse, filter, or find entries within a larger collection.

More in this category

You might also like

Built & Managed by Vinkius 30s setup 14 tools

We've already built the connector for Statamic. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 14 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.