Skip to main content
Glama
194,961 tools. Last updated 2026-06-12 02:01

"Contentful" matching MCP tools:

Matching MCP Servers

  • Execute a GraphQL query against Contentful's GraphQL API to retrieve content flexibly and efficiently, supporting variables and optional space or environment overrides.
    MIT
  • Create a new content entry in Contentful by providing the content type ID, localized field values (with locale keys), space ID, and environment ID.
    MIT
  • Retrieve a list of assets from a Contentful space. Returns up to 3 items per request; use skip parameter to paginate through results.
    MIT
  • Update specific fields of a Contentful entry without overwriting others. Provide only the fields and locales to change, each value with a locale key. Merges with existing data.
    MIT
  • Create a comment on a Contentful entry with a body and status. Support threaded replies via parent ID to extend discussions beyond 512 characters.
    MIT
  • Publish a single Contentful entry or up to 100 entries in bulk by providing entry IDs. Uses standard publish for one entry and automatic bulk publishing for multiple entries.
    MIT
  • Analyzes Largest Contentful Paint for a webpage. Identifies the LCP element, measures TTFB, resource load time, and render delay, then provides specific optimization suggestions to improve LCP below 2.5 seconds.
  • Search Contentful entries by query parameters like content type and order. Returns up to 3 items per request; use skip to paginate through results.
    MIT
  • Unpublish one or multiple Contentful entries in a single operation. Accepts a single entry ID or an array of up to 100 entry IDs to unpublish using standard or bulk methods.
    MIT
  • List all Contentful spaces available to your account. View the names and IDs of each space to manage content and settings.
    MIT
  • Update an existing comment on a Contentful entry. Merge new body, status, or body format with the current comment data.
    MIT
  • Retrieve a specific comment from a Contentful entry by providing the entry ID, comment ID, space, and environment. Choose between plain text or rich text format for the comment body.
    MIT