Skip to main content
Glama

콘텐츠가 풍부한 MCP 서버

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

특징

  • Contentful 공간에서 모든 콘텐츠 유형을 가져옵니다.

  • 특정 콘텐츠 유형에 대한 항목 검색

  • AI 도우미가 쉽게 사용할 수 있는 구조화된 응답

Related MCP server: API Tester MCP Server

필수 조건

  • 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"
      ]
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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