MCP server for Contentful Content Management API integration, providing full CRUD operations, space, and content-type management, do bulk operations, invoke AI-actions and authenticate using App Identities. This MCP Server will enable you to implement a powerful agentic workflow that can do content operations on the Contentful platform
Tools
search_entries
Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
create_entry
Create a new entry in Contentful, before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType, you can get the fields definition by using the GET_CONTENT_TYPE tool.
get_entry
Retrieve an existing entry
update_entry
Update an existing entry, always send all field values, also the fields values that have not been updated