microCMS
Manage content on the microCMS headless CMS using its content and management APIs.
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 をつかう
{
"mcpServers": {
"microcms": {
"command": "npx",
"args": [
"-y",
"microcms-mcp-server@latest",
"--service-id", "<MICROCMS_SERVICE_ID>",
"--api-key", "<MICROCMS_API_KEY>"
]
}
}
}
MICROCMS_SERVICE_ID
, MICROCMS_API_KEY
はご自身のものに置き換えてください。
設定更新後、Claude Desktopを再起動してください。
利用方法
1. 最初にmicroCMSのAPIスキーマを伝える
これはmicroCMSのAPIスキーマです。内容を理解してください
APIスキーマは microCMSの管理画面 > API設定 からJSON形式でエクスポートできます。
2. microCMSからコンテンツを取得・入稿します
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
より詳しい使い方
こちらの記事でより詳しい使い方を紹介しています。
MCPサーバーからmicroCMSにコンテンツを入稿する | Zenn
ライセンス
MIT
Related Servers
Android Tester MCP
Automate Android devices using the Gbox SDK.
Unity MCP Template
A template project demonstrating interaction between a TypeScript-based MCP server and a Unity client.
SD Elements MCP Server
Provides SD Elements API integration for security and compliance management.
IBM wxflows
Tool platform by IBM to build, test and deploy tools for any data source
Cargo MCP Server
Tools for managing Rust projects using the cargo command-line tool.
AI Agent with MCP
An AI agent using the Model Context Protocol (MCP) with a Node.js server providing REST resources for users and messages.
Makefile MCP Server
Exposes Makefile targets as callable tools for AI assistants.
Chart
A Model Context Protocol server for generating visual charts using AntV.
MCP Front
An OAuth 2.1 proxy for MCP servers that enables single sign-on with Google, domain validation, and per-user tokens.
XRPL MCP
An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.