Contentful MCP ServerServer

tejedamiguel6
GitHub
Content ManagementAI IntegrationDeveloper Tools

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol (MCP) server that allows AI assistants like Claude to interact directly with Contentful CMS data. This integration enables Claude to fetch content types and entries from a Contentful space, providing structured access to content management data.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "contentful": {
        "args": [
          "/absolute/path/to/contentful-mcp-server/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Node.js

โšก Features

  • Fetch all content types from Contentful space
  • Search for entries of a specific content type
  • Structured responses for AI assistants

๐Ÿ’ฌ Example Queries

  • Fetch all content types from the Contentful space.
  • Search for entries in a specific content type.