Statamic

Statamic MCP Connector for Claude

A+

Manage your Statamic CMS content—list entries, fetch taxonomy terms, inspect global sets, and explore site navigation directly from your AI agent.

14 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Statamic site to any AI agent and take full control of your flat-file or database-driven content through natural conversation.

What you can do

  • Entries & Collections — List entries from any collection with support for pagination, sorting, and field filtering.
  • Navigation & Structure — Retrieve hierarchical tree structures for your site menus and structured collections to understand site architecture.
  • Taxonomy Management — Query taxonomies and specific terms to organize content or check categorization.
  • Global Sets — Fetch site-wide variables, settings, and configuration data stored in Statamic Globals.
  • Forms & Users — List available forms and user profiles to manage site interactions and administrative data.

How it works

  1. Subscribe to this server
  2. Ensure the Statamic REST API is enabled in your site's configuration
  3. Enter your Statamic Base URL and API Token
  4. Start querying your CMS content from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Content Managers — quickly find entries, check publication status, or verify global site settings without logging into the CP.
  • Developers — inspect API responses and content structures directly from your IDE while building frontends.
  • SEO Specialists — audit collection entries and taxonomy terms to ensure consistent metadata and categorization.
statamiccms-apiflat-filelaravelcontent-strategy

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

get_asset

Get a single asset

get_collection_tree

Get entry tree for structured collections

get_entry

Get a single Statamic entry

get_form

Get a single form

get_global

Get variables for a global set

get_nav_tree

Get navigation structure tree

get_term

Get a single taxonomy term

get_user

Get a single user

list_assets

List assets in a container

list_entries

List entries in a Statamic collection

list_forms

List all forms

list_globals

List all global sets

list_terms

List terms in a Statamic taxonomy

list_users

List users

See how to talk to your AI agent using Statamic.

List the most recent 5 entries from the 'blog' collection.

I've retrieved the latest 5 blog entries. The most recent is 'New Features in v5' followed by 'Getting Started with MCP'. Would you like the full content of any of these?

Show me the navigation structure for the 'footer' menu.

The 'footer' navigation tree contains 3 main items: 'Privacy Policy', 'Terms of Service', and 'Contact Us'. Each points to its respective entry ID.

Get the details for the term 'tutorials' in the 'categories' taxonomy.

The term 'tutorials' (slug: tutorials) in the 'categories' taxonomy has been found. It is currently associated with 12 entries in your collections.

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

Related Connectors