Skip to main content
Glama

Contentful MCP-Server

Ein Model Context Protocol (MCP)-Server ermöglicht Claude die direkte Interaktion mit Contentful CMS-Daten. Durch diese Integration kann Claude Inhaltstypen und Einträge aus Ihrem Contentful-Bereich abrufen.

Merkmale

  • Holen Sie sich alle Inhaltstypen aus Ihrem Contentful-Bereich

  • Abrufen von Einträgen für bestimmte Inhaltstypen

  • Strukturierte Antworten zur einfachen Nutzung durch KI-Assistenten

Related MCP server: API Tester MCP Server

Voraussetzungen

  • Node.js (v16 oder höher)

  • Ein Contentful-Konto mit API-Schlüsseln

  • Claude Desktop (um den MCP-Server mit Claude zu verwenden)

Installation

  1. Klonen Sie dieses Repository:

    git clone https://github.com/yourusername/contentful-mcp-server.git cd contentful-mcp-server

2.Abhängigkeiten installieren: npm install

Erstellen Sie eine .env-Datei im Stammverzeichnis mit Ihren Contentful-Anmeldeinformationen: 4. CONTENTFUL_SPACE_ID=Ihre_Space-ID CONTENTFUL_ACCESS_TOKEN=Ihr_Zugriffstoken CONTENTFUL_ENVIRONMENT=develop CONTENTFUL_PREVIEW_ACCESS_TOKEN=Ihr_Vorschautoken

npm run build

Oder konfigurieren Sie ein Build-Skript in Ihrem package.json: "scripts": { "build": "tsc", "start": "node dist/index.js" }

##Konfiguration für Claude Desktop

{ "mcpServers": { "contentful": { "command": "node", "args": [ "/absolute/path/to/contentful-mcp-server/dist/index.js" ] } } }
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tejedamiguel6/MCP-server-Contenful'

If you have feedback or need assistance with the MCP directory API, please join our Discord server