Strapi MCP Server
@MCP-Mirror
About Strapi MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"strapi": {
"command": "npx",
"args": [
"-y",
"@bschauer/[email protected]"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Strapi MCP Server?
A Model Context Protocol server for interacting with Strapi CMS. It enables AI assistants to interact with a Strapi instance through a standardized interface, supporting content types and REST API operations.
How to use Strapi MCP Server?
Install via npx in your Claude Desktop configuration. Create a configuration file at ~/.mcp/strapi-mcp-server.config.json with your Strapi instance's API URL and JWT token. Use the provided tools (e.g., strapi_rest, strapi_get_content_types, strapi_upload_media) to perform operations.
Key features of Strapi MCP Server
- Schema introspection
- REST API support with validation
- Media upload handling with format conversion
- JWT authentication
- Content type management
- Version compatibility management (v4 & v5)
- Write protection policy
Use cases of Strapi MCP Server
- Query and manage Strapi content types via an AI assistant
- Create, read, update, and delete content using the REST API
- Upload media with automatic format conversion and optimization
- Explore schema before performing operations to validate fields
FAQ from Strapi MCP Server
What Strapi versions are supported?
Both Strapi v4 and v5 are supported. Version can be specified in the config (e.g., "5.*", "4.1.5", "v4") and the server handles API differences automatically.
How do I authenticate with my Strapi instance?
Authentication is done using a JWT token. You must create an API token in your Strapi admin panel and add it to the configuration file.
Can I use this server with multiple Strapi instances?
Yes. You can configure multiple Strapi instances by adding multiple entries to the configuration file at ~/.mcp/strapi-mcp-server.config.json.
How does write protection work?
The server implements a strict write protection policy. All write operations (POST, PUT, DELETE, media upload) require explicit authorization. Each operation is logged and validated.
What are the main differences between Strapi v4 and v5 handled automatically?
v4 uses numeric IDs and nested attribute structures with a data wrapper, while v5 uses document-based IDs, flat data direct attribute access, and enhanced JWT security with integrated i18n.
Frequently asked questions
What Strapi versions are supported?
Both Strapi v4 and v5 are supported. Version can be specified in the config (e.g., "5.*", "4.1.5", "v4") and the server handles API differences automatically.
How do I authenticate with my Strapi instance?
Authentication is done using a JWT token. You must create an API token in your Strapi admin panel and add it to the configuration file.
Can I use this server with multiple Strapi instances?
Yes. You can configure multiple Strapi instances by adding multiple entries to the configuration file at `~/.mcp/strapi-mcp-server.config.json`.
How does write protection work?
The server implements a strict write protection policy. All write operations (POST, PUT, DELETE, media upload) require explicit authorization. Each operation is logged and validated.
What are the main differences between Strapi v4 and v5 handled automatically?
v4 uses numeric IDs and nested attribute structures with a data wrapper, while v5 uses document-based IDs, flat data direct attribute access, and enhanced JWT security with integrated i18n.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments