Skip to main content
Glama

microCMS MCP Server

by himaratsu

microCMS MCP Server

microCMS のMCP(Model Context Protocol)サーバーです。
ClaudeなどのAIアシスタントがmicroCMSのコンテンツ管理システムとやり取りできるようにします。

必要なもの

  • microCMSのサービスIDとAPIキー

セットアップ

方法1: Desktop Extension (DXT)をつかう

Claude Desktopに導入する場合、dxtファイルを使って簡単にインストールできます。

  1. microcms-mcp-server.dxt をダウンロード
  2. Claude Desktopを起動し、設定 > エクステンション を開く
  3. ダウンロードしたdxtファイルをClaude Desktopにドラッグ&ドロップ
  4. サービス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 のコンテンツを取得して、日本語的におかしい部分があれば指摘して

より詳しい使い方

こちらの記事でより詳しい使い方を紹介しています。
MCPサーバーからmicroCMSにコンテンツを入稿する | Zenn

ライセンス

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

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.

  1. 必要なもの
    1. セットアップ
      1. 方法1: Desktop Extension (DXT)をつかう
      2. 方法2: npx をつかう
    2. 利用方法
      1. 最初にmicroCMSのAPIスキーマを伝える
      2. microCMSからコンテンツを取得・入稿します
      3. より詳しい使い方
    3. ライセンス

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A 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 -
        5
        TypeScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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 -
        1
        Python
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        9
        Python
        The Unlicense
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        104
        Python
        MIT License
        • Apple
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/himaratsu/microcms-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server