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