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 available servers along with version information and differences between Strapi versions.
Get all content types from a specific server. Parameters: server (string).
Get components with pagination. Parameters: server (string), page (number), pageSize (number).
Perform CRUD operations on content. Parameters: server (string), endpoint (string), method (string), params (object) or body (object).
Upload an image with automatic optimization. Parameters: server (string), url (string), format (string), quality (number), metadata (object).