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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Lists all available servers including version information and differences between v4 and v5.
Retrieves all content types from a specified server. Parameters: server (string).
Fetches components with pagination from a specified server. Parameters: server (string), page (integer), pageSize (integer).
Executes REST API operations with validation. Parameters: server (string), endpoint (string), method (string), params (object or optional).
Uploads media with automatic optimization. Parameters: server (string), url (string), format (string), quality (integer), metadata (object).