Community MCP server for Strapi, the leading open-source headless CMS. Agents can manage content types, create and update entries, handle media uploads, manage user roles and permissions, and query content via REST or GraphQL. Self-hosted and fully customizable. Ideal for teams needing full control over their content infrastructure with AI-powered content management.
npx -y strapi-mcp
{
"mcpServers": {
"strapi": {
"env": {
"STRAPI_URL": "http://localhost:1337",
"STRAPI_API_TOKEN": "your-api-token"
},
"args": [
"-y",
"strapi-mcp"
],
"command": "npx"
}
}
}Find Strapi entries
{
"type": "object",
"required": [
"content_type"
],
"properties": {
"filters": {
"type": "object"
},
"content_type": {
"type": "string"
}
}
}// Input
{
"filters": {
"published": true
},
"content_type": "articles"
}// Output
{
"data": [
{
"id": 1,
"attributes": {
"title": "Getting Started"
}
}
]
}Community MCP server for Strapi, the leading open-source headless CMS. Agents can manage content types, create and update entries, handle media uploads, manage user roles and permissions, and query content via REST or GraphQL. Self-hosted and fully customizable. Ideal for teams needing full control over their content infrastructure with AI-powered content management.
Strapi provides 1 tools including find_entries.
Yes, Strapi is completely free to use with no usage limits on the free tier.
You can install Strapi using the following command: npx -y strapi-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Strapi is listed under the content category in the AgentForge MCP registry.
Strapi has a current uptime of 99.82% with an average response time of 120ms.
To connect Strapi, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Strapi's tools via the Model Context Protocol.