Contentful MCP Server

Integrations

  • Enables fetching content types and entries from a Contentful CMS space, providing structured access to content management data.

콘텐츠가 풍부한 MCP 서버

Claude가 Contentful CMS 데이터와 직접 상호작용할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 통합을 통해 Claude는 Contentful 공간에서 콘텐츠 유형과 항목을 가져올 수 있습니다.

특징

  • Contentful 공간에서 모든 콘텐츠 유형을 가져옵니다.
  • 특정 콘텐츠 유형에 대한 항목 검색
  • AI 도우미가 쉽게 사용할 수 있는 구조화된 응답

필수 조건

  • Node.js(v16 이상)
  • API 키가 있는 Contentful 계정
  • Claude Desktop(Claude와 함께 MCP 서버를 사용하기 위해)

설치

  1. 이 저장소를 복제하세요:지엑스피1
  2. 종속성 설치: npm install

Contentful 자격 증명을 사용하여 루트 디렉토리에 .env 파일을 만듭니다. 4. CONTENTFUL_SPACE_ID=your_space_id CONTENTFUL_ACCESS_TOKEN=your_access_token CONTENTFUL_ENVIRONMENT=develop CONTENTFUL_PREVIEW_ACCESS_TOKEN=your_preview_token

npm 실행 빌드

또는 package.json에 빌드 스크립트를 구성하세요. "scripts": { "build": "tsc", "start": "node dist/index.js" }

##Claude Desktop 구성

{ "mcpServers": { "contentful": { "command": "node", "args": [ "/absolute/path/to/contentful-mcp-server/dist/index.js" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

Claude가 Contentful CMS와 직접 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, AI가 Contentful 공간에서 콘텐츠 유형과 항목을 가져올 수 있도록 합니다.

  1. Features
    1. Prerequisites
      1. Installation
        ID: zxs7pk1elf