contentful-mcp-server
contentful-mcp-serverは、Contentfulの管理を自動化するためのサーバーサイドアプリケーションです。TypeScriptで実装されており、効率的なコンテンツ管理を可能にします。APIを通じてコンテンツの作成、更新、削除を行い、開発者が簡単に操作できるように設計されています。
GitHubスター
21
ユーザー評価
未評価
お気に入り
0
閲覧数
16
フォーク
6
イシュー
15
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
Node.js
npm
A Contentful account with a [Space ID](https://www.contentful.com/help/spaces/find-space-id/)
[Contentful Management API personal access token](https://www.contentful.com/help/token-management/personal-access-tokens/)
[](https://cursor.com/en/install-mcp?name=contentful-mcp&config=eyJjb21tYW5kIjoibnB4IC15IEBjb250ZW50ZnVsL21jcC1zZXJ2ZXIiLCJlbnYiOnsiQ09OVEVOVEZVTF9NQU5BR0VNRU5UX0FDQ0VTU19UT0tFTiI6InlvdXItQ01BLXRva2VuIiwiU1BBQ0VfSUQiOiJ5b3VyLXNwYWNlLWlkIiwiRU5WSVJPTk1FTlRfSUQiOiJtYXN0ZXIiLCJDT05URU5URlVMX0hPU1QiOiJhcGkuY29udGVudGZ1bC5jb20ifX0%3D)
_Note: This requires [Cursor](https://cursor.com/) to be installed. If the link doesn't work, try the manual installation below._
Claude Desktop:
Download the .dxt configuration file [here](https://github.com/contentful/contentful-mcp-server/releases) from the latest release and import it into Claude Desktop to automatically configure the MCP server with your environment variables.
bash
git clone https://github.com/contentful/contentful-mcp-server.git
cd contentful-mcp-server
npm install
npm run build