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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List available Strapi servers including version information and differences between v4 and v5.
Get all content types from a specific Strapi server. Parameters: server (string)
Get components with pagination from a specific Strapi server. Parameters: server (string), page (number), pageSize (number)
Perform CRUD operations on a Strapi server with built-in validation and version-specific handling. Parameters: server (string), endpoint (string), method (string), params (object, optional), body (object, optional)
Upload an image with automatic optimization to a Strapi server. Parameters: server (string), url (string), format (string), quality (number), metadata (object)