About
Overview
The Strapi MCP Server enables AI agents to interact with Strapi, the open-source headless CMS. It provides tools for querying content types, creating and updating entries, managing media, and working with Strapi's REST or GraphQL APIs.
Capabilities
Tools & Capabilities
⚡list_content_types
List all content types
⚡get_entries
Get entries for a content type
⚡create_entry
Create a new entry
⚡update_entry
Update an entry
⚡upload_media
Upload a media file
Setup
Installation
bash
Install
npx -y mcp-server-strapiExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"strapi": {
"command": "npx",
"args": ["-y", "mcp-server-strapi"],
"env": {
"STRAPI_URL": "http://localhost:1337",
"STRAPI_API_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026