strapi-mcp-server

surajitkar/strapi-mcp-server

3.1

If you are the rightful owner of strapi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server that provides CRUD functionalities for Strapi CMS.

Tools

Functions exposed to the LLM to take actions

list_content_types

Discover all available content types

get_all_entities

Retrieve all items from any content type (parameterized)

get_entity_by_id

Get specific item by ID from any content type (parameterized)

create_entity

Create new items in any content type (parameterized)

update_entity

Update existing items in any content type (parameterized)

delete_entity

Remove items from any content type (parameterized)

search_entities

Search through items in any content type (parameterized)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources