Strapi

v0.2.3Business Applicationsstable

Provides AI agents with full access to Strapi 5.x CMS for managing content types, entries, media, and schemas. It supports full CRUD operations, relation management, and secure authentication for comprehensive content administration.

strapicmscontent-managementmcpheadless-cms
Share:
74
Stars
0
Downloads
0
Weekly
0/5

What is Strapi?

Strapi is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides ai agents with full access to strapi 5.x cms for managing content types, entries, media, and schemas. it supports full crud operations, relation management, and secure authentication for comp...

Provides AI agents with full access to Strapi 5.x CMS for managing content types, entries, media, and schemas. It supports full CRUD operations, relation management, and secure authentication for comprehensive content administration.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides AI agents with full access to Strapi 5.x CMS for ma

Use Cases

Manage Strapi 5.x CMS content types, entries, and media.
Perform full CRUD operations and relation management.
misterboe

Maintainer

LicenseMIT License
Languagejavascript
Versionv0.2.3
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y strapi-mcp

Manual Installation

npx -y strapi-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Strapi

The Strapi MCP server gives AI agents full administrative access to a Strapi 5.x (and 4.x) headless CMS instance through the Model Context Protocol. It exposes tools for listing content types and components, performing CRUD operations on any content endpoint via the Strapi REST API, uploading media with format conversion, and managing multiple Strapi servers from a single config file. Content teams and developers use it to let Claude create articles, update product listings, or manage media libraries through natural language without writing custom API scripts.

Prerequisites

  • A running Strapi 5.x or 4.x instance with REST API enabled
  • A Strapi API token with appropriate permissions (read, write, or full access)
  • Node.js 18 or later installed
  • An MCP-compatible client such as Claude Desktop
  • The MCP server config file created at ~/.mcp/strapi-mcp-server.config.json
1

Generate a Strapi API token

In your Strapi admin panel, go to Settings > API Tokens and create a new token. Choose the appropriate permission level (Full Access for all CRUD operations). Copy the token value — it will not be shown again.

2

Create the MCP server configuration file

Create the config file at ~/.mcp/strapi-mcp-server.config.json with your Strapi instance URL, API token, and an optional version hint.

mkdir -p ~/.mcp
cat > ~/.mcp/strapi-mcp-server.config.json << 'EOF'
{
  "mystrapi": {
    "api_url": "http://localhost:1337",
    "api_key": "your_strapi_api_token_here",
    "version": "5.*"
  }
}
EOF
3

Add to Claude Desktop configuration

Add the strapi-mcp entry to your claude_desktop_config.json so Claude Desktop loads it automatically.

{
  "mcpServers": {
    "strapi": {
      "command": "npx",
      "args": ["-y", "strapi-mcp"]
    }
  }
}
4

Restart Claude Desktop

Fully quit and reopen Claude Desktop so the Strapi MCP server is loaded. You should see Strapi tools available in your session.

5

Verify the connection

In a Claude conversation, ask it to list your Strapi content types to confirm the server is connected to your instance.

Strapi Examples

Client configuration

Claude Desktop configuration for the Strapi MCP server. The server credentials live in ~/.mcp/strapi-mcp-server.config.json, not in this file.

{
  "mcpServers": {
    "strapi": {
      "command": "npx",
      "args": ["-y", "strapi-mcp"]
    }
  }
}

Prompts to try

Example prompts to manage Strapi CMS content through the MCP server.

- "List all content types available in my Strapi instance."
- "Fetch the first 10 published articles from Strapi."
- "Create a new article in Strapi with title 'Hello World' and body 'This is my first post.'"
- "Update article ID 5 in Strapi to change its status to published."
- "Upload this image URL to the Strapi media library and convert it to WebP format."
- "Delete the draft article with ID 12 from Strapi."

Troubleshooting Strapi

All API calls return 403 Forbidden

Check the permissions on your Strapi API token. In the Strapi admin panel under Settings > API Tokens, ensure the token has the necessary permissions for the content types you are accessing. Public tokens need explicit permission grants per content type.

strapi_list_servers returns an empty list or config not found error

Verify that ~/.mcp/strapi-mcp-server.config.json exists and contains valid JSON. The directory path is ~/.mcp/ (in your home directory), not inside the project folder. Run cat ~/.mcp/strapi-mcp-server.config.json to inspect it.

Version mismatch errors when using Strapi 4.x

Set the version field in your config file to "4.*" or the specific version string like "4.1.5". The server adjusts its API path handling based on the declared version.

Frequently Asked Questions about Strapi

What is Strapi?

Strapi is a Model Context Protocol (MCP) server that provides ai agents with full access to strapi 5.x cms for managing content types, entries, media, and schemas. it supports full crud operations, relation management, and secure authentication for comprehensive content administration. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Strapi?

Install via npm with the command: npx -y strapi-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Strapi?

Strapi works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Strapi free to use?

Yes, Strapi is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Strapi Alternatives — Similar Business Applications Servers

Looking for alternatives to Strapi? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "strapi-mcp-server": { "command": "npx", "args": ["-y", "strapi-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Strapi?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides