Integrate with Contentful's Content Management API for CMS management.
Log in to Contentful
Navigate to API Keys
- In the upper right, select your organization and space.
- Click on “Settings” in the main navigation.
- Choose “API keys” from the dropdown menu.
Generate a Content Management API Token
- Click the “Add API Key” button.
- Enter a name for your key (e.g., "FastMCP Connection").
- Under "API Key Type," ensure that “Content Management API” is selected.
- Click to create the key.
- Copy the generated Content Management API token (this is your
CONTENTFUL_MANAGEMENT_ACCESS_TOKEN
). Keep it secure!
Fill in the FastMCP Connection Interface
- In your MCP management/UI, click the “Install Now” button for Contentful MCP.
- In the FastMCP connection interface, find the field labeled
CONTENTFUL_MANAGEMENT_ACCESS_TOKEN
.
- Paste your copied Contentful Management API token into this field.
(Optional) Scope the Connection
- If you want the connection restricted to a specific space or environment, provide the
SPACE_ID
and ENVIRONMENT_ID
in the corresponding fields.
Complete Installation
- Confirm or save the configuration to finish installing the Contentful MCP server.
Note: Your API token gives access to manage all content in your Contentful space. Treat it as sensitive information.