A Strapi v5 plugin that exposes your content via the Model Context Protocol (MCP), enabling AI assistants like Claude to interact directly with your Strapi content.
{
"mcpServers": {
"strapi-content": {
"command": "npx",
"args": [
"-y",
"strapi-content-mcp"
]
}
}
}