MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Contentful MCP Server

Spec Support Unverified First-party Confidence: Good (0.85)

Contentful MCP Server is an MCP server published by Contentful; its MCP spec-revision support has not been verified yet. It is the first-party server from Contentful. Last verified 2026-09-15.

Does Contentful MCP Server support the current MCP specification (2026-07-28)?

Undetermined. We have not verified which MCP specification revision Contentful MCP Server supports (as of 2026-09-15).

Is Contentful MCP Server a first-party (official) MCP server?

Yes. Contentful MCP Server is the first-party MCP server published by Contentful (last verified 2026-09-15).

How do I connect to Contentful MCP Server?

Contentful MCP Server is available via the package npm:@contentful/mcp-server, the source repository at https://github.com/contentful/contentful-mcp-server. Authentication: api_key. Transports: stdio.

When were Contentful MCP Server's facts last verified?

2026-09-15. Each fact on this page links to the sources used to verify it.

The Contentful MCP Server gives AI assistants tools to work against the Contentful Management API: content types, entries, assets, spaces and environments, locales, tags, content preview, and a set of AI-assisted actions, distributed as @contentful/mcp-server and installed via npx @contentful/mcp-server over stdio. It authenticates with a static personal access token, supplied as CONTENTFUL_MANAGEMENT_ACCESS_TOKEN, and depends on a shared library, @contentful/mcp-tools, published separately from the same monorepo and versioned on its own release cadence. No hosted remote endpoint is documented; an internal "Contentful Remote MCP Server" is named in the repository's AGENTS.md as a separate downstream consumer of the shared tools library, but no public URL for it appears anywhere fetched.

Authority is first-party: the repository lives in the contentful GitHub organization, which GitHub reports as a verified organization, and both workspace packages' package.json files list "Contentful GmbH" as author. Vendor documentation on contentful.com could not be checked this session; the domain returned HTTP 429 on every attempt, so this record does not draw on any contentful.com page.

The repository carries one published security advisory, GHSA-2xhg-73j7-rrgx (CVE-2026-53957), a high-severity server-side request forgery (CVSS 3.1 7.7) in which the export_space and import_space tools passed caller- controlled host and proxy arguments to the Management API client. The record exists in two forms with different dates. The maintainer's repository advisory was published 2026-06-12, eleven days after the fix shipped in mcp-server 1.7.19 and mcp-tools 0.4.5 on 2026-06-01, and lists the affected ranges as <= 1.7.15 and <= 0.4.1 with no patched version entered. GitHub's reviewed record in the Advisory Database is dated 2026-08-19 and lists the ranges as < 1.7.19 and < 0.4.5 with those patched versions. The published story covers the disclosure.

How widely adopted is Contentful MCP Server?

Not ranked in The MCP 500: insufficient public data (coverage floor not met) (snapshot ). The Adoption Index measures public signals only; it says nothing about quality.

How was this verified, and what are the sources?

Verified · method: repo-readme · confidence 0.85 (Good).

  1. GitHub organization contentful, fetched 2026-09-15 - "is_verified": true, blog https://www.contentful.com, type Organization - accessed
  2. Repository metadata for contentful/contentful-mcp-server, fetched 2026-09-15 - description "MCP (Model Context Protocol) server for the Contentful Management API", MIT license, 60 stars, owner type Organization, most recent release mcp-server@1.19.1 published 2026-09-14 - accessed
  3. Repository README, fetched 2026-09-15 - "A Model Context Protocol (MCP) server that provides AI assistants with comprehensive tools to interact with Contentful APIs"; sample config runs `npx @contentful/mcp-server` over stdio; documents required env var CONTENTFUL_MANAGEMENT_ACCESS_TOKEN as "Your Contentful Management API personal access token" - accessed
  4. package.json for @contentful/mcp-server, fetched 2026-09-15 - version 1.19.1, dependency "@contentful/mcp-tools": "0.12.10", dependency "@modelcontextprotocol/sdk": "^1.26.0", author "Contentful GmbH" - accessed
  5. Security advisory GHSA-2xhg-73j7-rrgx, fetched 2026-09-15 - cve_id CVE-2026-53957, severity high, CVSS 3.1 score 7.7 (vector AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N), published_at "2026-06-12T07:50:50Z", vulnerabilities[].vulnerable_version_range "<= 1.7.15" for @contentful/mcp-server and "<= 0.4.1" for @contentful/mcp-tools, patched_versions empty on both entries - accessed
  6. GitHub Advisory Database reviewed record for GHSA-2xhg-73j7-rrgx, fetched 2026-09-15 - published_at and github_reviewed_at 2026-08-19T19:17:00Z; vulnerable ranges "< 1.7.19" for @contentful/mcp-server and "< 0.4.5" for @contentful/mcp-tools, first patched versions 1.7.19 and 0.4.5 - accessed
  7. AGENTS.md, fetched 2026-09-15 - "Downstream (consumes this repo): AI clients (Claude, Cursor, VS Code Copilot, Codex) - via stdio transport"; names an internal "Contentful Remote MCP Server" that imports @contentful/mcp-tools for shared logic, with no public URL given - accessed