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
- Gentoro- Gentoro generates MCP Servers based on OpenAPI specifications. 
- ZEN University Syllabus- An MCP server to access and utilize content from the ZEN University syllabus. 
- Apifox MCP Pro- An enhanced Apifox MCP service providing comprehensive API management capabilities for Claude Desktop and Cursor. 
- Everything- Reference / test server with prompts, resources, and tools 
- .NET Types Explorer- Provides detailed type information from .NET projects including assembly exploration, type reflection, and NuGet integration for AI coding agents 
- MCP Everything- A demonstration server for the Model Context Protocol (MCP) showcasing various features like tools, resources, and prompts in TypeScript and Python. 
- MCP LLaMA- An MCP server with weather tools and LLaMA integration. 
- Codacy- Access the Codacy API to analyze code quality, coverage, and security for your repositories. 
- GrowthBook- Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform. 
- MCP Code Sandbox Server- Execute code securely in isolated sandbox environments using the E2B API.