strapi-mcp

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.

list_content_types

List all available content types

get_entries

Get entries for specific content types, supporting filtering, paging, sorting, and relationship filling

get_entry

Get a specific entry by ID

create_entry

Create a new entry for content type

update_entry

Update existing entries

delete_entry

Delete an entry

upload_media

Upload media files to Strapi