Contentful

Contentful

Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach

437VIEWS
19USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app contentfulnpx @composio/cli add cursor --app contentfulnpx @composio/cli add cursor --app contentfulnpx @composio/cli add cursor --app contentful

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Space

Retrieves details of a specific space by its id. this action is used to get information about a single space in contentful.

List Spaces

Lists all spaces that the authenticated user has access to in contentful. this is a fundamental operation needed before performing any other content management actions since most operations require a space id.

Update Space

Updates the name of a specific space. notes: - the version number is required to ensure you're updating the latest version of the space. - you can get the current version from the sys.version field when fetching space details. - only the name of the space can be updated.

3 actions available