An MCP server for your Strapi CMS that provides access to content types and entries through the MCP protocol
{
"mcpServers": {
"fastmcp-mestrapi": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/strapi-mcp"
]
}
}
}