Strapi MCP
Skills
list_content_types
List all available content types in Strapi
get_entries
Get entries for a specific content type with optional filtering, pagination, sorting, and population of relations
get_entry
Get a specific entry by ID
create_entry
Create a new entry for a content type
update_entry
Update an existing entry
delete_entry
Deletes a specific entry.
upload_media
Upload a media file to the Strapi Media Library.
get_content_type_schema
Get the schema (fields, types, relations) for a specific content type.
connect_relation
Connects related entries to a relation field.
disconnect_relation
Disconnects related entries from a relation field.
create_content_type
Creates a new content type (Admin privileges required).
update_content_type
Updates a content type attributes (Admin privileges required).
delete_content_type
Deletes a content type (Admin privileges required).
list_components
List all available components in Strapi
get_component_schema
Get the schema for a specific component
create_component
Create a new component
update_component
Update an existing component
publish_entry
Publishes a specific entry.
unpublish_entry
Unpublishes a specific entry.
Configuration
MCP Server
Connect to MCP Server