Integrations
Enables fetching content types and entries from a Contentful CMS space, providing structured access to content management data.
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
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
- Klonen Sie dieses Repository:Copy
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
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Ein Model Context Protocol-Server, der Claude die direkte Interaktion mit Contentful CMS ermöglicht, sodass die KI Inhaltstypen und Einträge aus einem Contentful-Bereich abrufen kann.
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.Last updated -1PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.Last updated -JavaScriptApache 2.0