Skip to main content
Glama

Contentful MCP Server

콘텐츠가 풍부한 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
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. 특징
    1. 필수 조건
      1. 설치

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A 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 -
          5
          TypeScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          1
          Python
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A 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 -
          12
          0
          10
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          JavaScript
          Apache 2.0

        View all related MCP servers

        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