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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@microCMS MCP Serverget the latest 5 blog posts from microCMS"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 をつかう
{
"mcpServers": {
"microcms": {
"command": "npx",
"args": ["-y", "microcms-mcp-server@latest"],
"env": {
"MICROCMS_SERVICE_ID": "<MICROCMS_SERVICE_ID>",
"MICROCMS_API_KEY": "<MICROCMS_API_KEY>"
}
}
}
}<MICROCMS_SERVICE_ID>, <MICROCMS_API_KEY> はご自身のものに置き換えてください。
設定更新後はクライアントを再起動してください。
利用方法
microCMSのコンテンツを確認する
microCMSの news から最新の記事を10件取得してくださいmicroCMSにコンテンツを作成して入稿する
MCPサーバーの概要や利用例について調べ、それを1000文字程度でまとめてmicroCMSの blogs に入稿してくださいmicroCMSのコンテンツを取得してレビューしてもらう
microCMSの xxxxxx のコンテンツを取得して、日本語的におかしい部分があれば指摘してmicroCMSのメディア一覧に画像をアップロードする
次の画像をmicroCMSにアップロードして。
- https://example.com/sample-image-1.png
- https://example.com/sample-image-2.png
- https://example.com/sample-image-3.pngより詳しい使い方
以下の記事でより詳しい使い方を紹介しています。
ライセンス
MIT