strapi-mcp
8
Strapi MCP is a TypeScript-based server that integrates with Strapi CMS to provide access to content types and entries through the Model Context Protocol. It facilitates content management by offering tools for CRUD operations, media uploads, and relation management. The server supports authentication via admin credentials or API tokens, offering robust functionalities for Strapi content control.
What is the recommended authentication method for Strapi MCP?
It is recommended to use admin credentials (email and password) for full functionality, including access to content type schemas.
Can I use an API token instead of admin credentials?
Yes, an API token can be used as a fallback, but it may have limited permissions compared to admin credentials.
How do I enable development mode?
Set the environment variable STRAPI_DEV_MODE
to true
to enable development mode features.