Skip to main content
Glama

Contentful MCP Server

コンテンツフル MCP サーバー

Claude が Contentful CMS データと直接やり取りできるようにする Model Context Protocol (MCP) サーバー。この統合により、Claude は Contentful スペースからコンテンツタイプとエントリを取得できるようになります。

特徴

  • Contentful スペースからすべてのコンテンツ タイプを取得します
  • 特定のコンテンツタイプのエントリを取得する
  • AIアシスタントが簡単に利用できるように構造化された応答

前提条件

  • Node.js (v16 以上)
  • APIキーを持つContentfulアカウント
  • Claude デスクトップ (Claude で MCP サーバーを使用するため)

インストール

  1. このリポジトリをクローンします:
    git clone https://github.com/yourusername/contentful-mcp-server.git cd contentful-mcp-server

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 デスクトップの設定

{ "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