コンテンツフル MCP サーバー
Claude が Contentful CMS データと直接やり取りできるようにする Model Context Protocol (MCP) サーバー。この統合により、Claude は Contentful スペースからコンテンツタイプとエントリを取得できるようになります。
特徴
- Contentful スペースからすべてのコンテンツ タイプを取得します
- 特定のコンテンツタイプのエントリを取得する
- AIアシスタントが簡単に利用できるように構造化された応答
前提条件
- Node.js (v16 以上)
- APIキーを持つContentfulアカウント
- Claude デスクトップ (Claude で MCP サーバーを使用するため)
インストール
- このリポジトリをクローンします:
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 デスクトップの設定
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
- -securityFlicense-qualityA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.Last updated -381TypeScriptMIT License
302AI BrowserUse MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude Desktop to browse the web, likely allowing the AI to access and interact with web content.Last updated -255JavaScriptMIT License