Integrates with Contentful's Delivery API to enable querying and retrieving structured content using keywords or sentences, facilitating content-driven applications and dynamic websites.
Log in to your Contentful account
Locate your Space ID
- Once logged in, select the desired space from the top menu.
- Click on “Settings” > “General settings”.
- Find and copy the Space ID (usually listed at the top of the settings page).
Generate a Content Delivery API Access Token
- In your Contentful space, go to “Settings” > “API keys”.
- Click the “Add API key” button.
- Give your API key a name and optionally a description.
- The system will display your new Content Delivery API - access token. Copy this value.
(Optional) Define allowed Content Types
- If you want to restrict which content types the integration can access, determine the IDs for those types:
- Go to “Content model” in Contentful.
- Inspect the IDs for the content types you want to allow (e.g.,
blogPost
, article
, product
).
- List them as a comma-separated string.
Fill in the values in the FastMCP connection interface
- In the FastMCP connection interface, click your “Install Now” button for the Contentful Delivery MCP server.
- When prompted, enter the following variables:
- CONTENTFUL_SPACE_ID: Paste your Space ID here.
- CONTENTFUL_ACCESS_TOKEN: Paste your API Access Token here.
- CONTENTFUL_CONTENT_TYPE_IDS (optional): Enter a comma-separated list of content type IDs if you want to restrict access.
After saving, your integration will be ready to use via FastMCP.