Contentful
Dev Tools
Remote
3 tools
Interact with your content on the Contentful platform
https://contentful.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/contentful 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://contentful.run.tools
Tools (3)
-
CONTENTFUL_GET_SPACERetrieves details of a specific space by its ID. This action is used to get information about a single space in Contentful.
-
CONTENTFUL_LIST_SPACESLists 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.
-
CONTENTFUL_UPDATE_SPACEUpdates 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.