MCP.so
Sign In

microCMS MCP Server

@himaratsu

About microCMS MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

himaratsu

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers