콘텐츠가 풍부한 MCP 서버
Claude가 Contentful CMS 데이터와 직접 상호작용할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 통합을 통해 Claude는 Contentful 공간에서 콘텐츠 유형과 항목을 가져올 수 있습니다.
특징
- Contentful 공간에서 모든 콘텐츠 유형을 가져옵니다.
- 특정 콘텐츠 유형에 대한 항목 검색
- AI 도우미가 쉽게 사용할 수 있는 구조화된 응답
필수 조건
- Node.js(v16 이상)
- API 키가 있는 Contentful 계정
- Claude Desktop(Claude와 함께 MCP 서버를 사용하기 위해)
설치
- 이 저장소를 복제하세요:지엑스피1
- 종속성 설치: 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 구성
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude가 Contentful CMS와 직접 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, AI가 Contentful 공간에서 콘텐츠 유형과 항목을 가져올 수 있도록 합니다.
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 -12010JavaScript
- -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