Enables configuration of microCMS credentials through environment variables loaded from a .env file.
Provides code linting capabilities for the project, available through npm scripts.
Serves as the runtime environment for the MCP server, with a minimum requirement of Node.js 18.0.0 or higher.
Used for package management and running scripts to build, start, and develop the MCP server.
Offers code formatting functionality for the project, available through npm scripts.
Used as the development language for the MCP server, with build scripts to compile TypeScript to JavaScript.
microCMS MCP Server
microCMS のMCP(Model Context Protocol)サーバーです。
ClaudeなどのAIアシスタントがmicroCMSのコンテンツ管理システムとやり取りできるようにします。
必要なもの
- microCMSのサービスIDとAPIキー
セットアップ
方法1: Desktop Extension (DXT)をつかう
Claude Desktopに導入する場合、dxtファイルを使って簡単にインストールできます。
- microcms-mcp-server.dxt をダウンロード
- Claude Desktopを起動し、設定 > エクステンション を開く
- ダウンロードしたdxtファイルをClaude Desktopにドラッグ&ドロップ
- サービスIDとAPIキーを
方法2: npx をつかう
MICROCMS_SERVICE_ID
, MICROCMS_API_KEY
はご自身のものに置き換えてください。
設定更新後、Claude Desktopを再起動してください。
利用方法
1. 最初にmicroCMSのAPIスキーマを伝える
APIスキーマは microCMSの管理画面 > API設定 からJSON形式でエクスポートできます。
2. microCMSからコンテンツを取得・入稿します
microCMSのコンテンツを確認する
microCMSにコンテンツを作成して入稿する
microCMSのコンテンツを取得してレビューしてもらう
より詳しい使い方
こちらの記事でより詳しい使い方を紹介しています。
MCPサーバーからmicroCMSにコンテンツを入稿する | Zenn
ライセンス
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A Model Context Protocol server that enables AI assistants like Claude to interact with microCMS content management system through six core tools for performing CRUD operations on microCMS list-type APIs.
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 enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- -securityAlicense-qualityA Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.Last updated -9PythonThe Unlicense
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.Last updated -104PythonMIT License