EliteContentMarketer
Home / Stack / Strapi
Strapi logo

Strapi

Open-source headless CMS with an official built-in MCP server

Overview

Strapi is an MIT-licensed headless CMS, and since version 5.47 it ships an MCP server built into the product — an agent authenticates with an admin token and gets tools generated from your own content types, so it can create, update and publish entries without anyone opening the admin panel. That is a real agentic publishing surface from the vendor rather than a community wrapper, which is rarer than the category's marketing suggests. It also exposes REST and GraphQL APIs. This is a developer's tool: you are running a Node app and modelling content types, not signing up and writing a post.

Key Features

  • Official MCP server built in (Strapi 5.47+) with admin-token auth
  • Separate official docs MCP server for coding assistants
  • REST and GraphQL APIs generated from your content types
  • MIT licensed community edition, self-hostable
  • Draft and publish workflow exposed to agents as tools