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キー
Related MCP server: Aider MCP Server
セットアップ
方法1: MCP Bundle (旧DXTファイル) を使う
Claude Desktopに導入する場合、mcpbファイルを使って簡単にインストールできます。
リリースページ から最新の
microcms-mcp-server.mcpbをダウンロードダウンロードしたmcpbファイルをダブルクリックで開く
サービスIDとAPIキーを設定する
方法2: npx をつかう
<MICROCMS_SERVICE_ID>, <MICROCMS_API_KEY> はご自身のものに置き換えてください。
設定更新後はクライアントを再起動してください。
利用方法
microCMSのコンテンツを確認する
microCMSにコンテンツを作成して入稿する
microCMSのコンテンツを取得してレビューしてもらう
microCMSのメディア一覧に画像をアップロードする
より詳しい使い方
以下の記事でより詳しい使い方を紹介しています。
ライセンス
MIT