MCP.so
ログイン

microCMS MCP Server

@himaratsu

microCMS MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

himaratsu

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "microcms": {
      "command": "npx",
      "args": [
        "-y",
        "microcms-mcp-server@latest"
      ],
      "env": {
        "MICROCMS_SERVICE_ID": "<MICROCMS_SERVICE_ID>",
        "MICROCMS_API_KEY": "<MICROCMS_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is microCMS MCP Server?

An MCP (Model Context Protocol) server for microCMS, a headless content management system. It enables AI assistants such as Claude to read, create, and manage content inside microCMS.

How to use microCMS MCP Server?

Configure the server in your MCP client using either MICROCMS_SERVICE_ID and MICROCMS_API_KEY for a single service, or MICROCMS_SERVICES as a JSON array for multiple services. The server can run via npx, an MCP Bundle file, or as a remote HTTP server. Restart the client after configuration.

Key features of microCMS MCP Server

  • Read, create, and manage microCMS content via AI
  • Upload images to microCMS media libraries
  • Connect to one or multiple microCMS services
  • Supports stdio and HTTP transport modes
  • Optional Bearer token authentication for remote access

Use cases of microCMS MCP Server

  • Ask an AI assistant to fetch the latest articles from a microCMS content list
  • Have AI research a topic and draft content directly into microCMS
  • Retrieve content from microCMS and receive language or quality review
  • Upload images from URLs to the microCMS media library
  • Operate multiple microCMS services simultaneously with service selection

FAQ from microCMS MCP Server

What are the prerequisites to run this server?

You need a microCMS service ID and an API key. Both are set via environment variables.

How do I configure multiple microCMS services?

Use the MICROCMS_SERVICES environment variable with a JSON array of service objects. In this mode, all tools require a serviceId parameter.

Can I run this as a remote server?

Yes. Set MCP_TRANSPORT=http, optionally a MCP_AUTH_TOKEN, and start the server. Clients connect via mcp-remote with an Authorization header.

What is the authentication mechanism for remote mode?

The server supports optional Bearer token authentication via the MCP_AUTH_TOKEN environment variable. If set, clients must include the token in an Authorization header.

Does the configuration support both single and multiple services at once?

If both MICROCMS_SERVICE_ID/MICROCMS_API_KEY and MICROCMS_SERVICES are set, the multiple-services configuration takes precedence.

コメント

「その他」の他のコンテンツ