This Strapi MCP server, developed by bschauer, enables seamless integration of Strapi CMS content into AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides a standardized interface for accessing and manipulating Strapi data through compatible MCP clients. The implementation supports content type retrieval, CRUD operations, and media handling, offering tools for dynamic content management and querying. It's particularly useful for developers and content managers looking to incorporate on-demand access to CMS data into their AI-assisted applications, allowing for dynamic content creation, updating, and analysis within Strapi-powered websites and applications.
List all available servers with version information and differences between v4 and v5.
Get all content types from a specific server. Parameters: server (string).
Get components with pagination. Parameters: server (string), page (integer), pageSize (integer).
Perform CRUD operations on content. Parameters: server (string), endpoint (string), method (string), body (optional object), params (optional object).
Upload an image with automatic optimization. Parameters: server (string), url (string), format (string), quality (integer), metadata (object).
No reviews yet. Be the first to review!
Sign in to join the conversation