MCP.so
Sign In

microCMS MCP Server

@SpringMT

About microCMS MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

SpringMT

Config

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

{
  "mcpServers": {
    "microcms": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js"
      ],
      "env": {
        "MICROCMS_API_KEY": "",
        "MICROCMS_SERVICE_DOMAIN": "",
        "MICROCMS_ENDPOINT": ""
      }
    }
  }
}

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?

The microCMS MCP Server is a Model Context Protocol (MCP) compatible search server for microCMS content. It allows large language models (LLMs) to search and retrieve content from a microCMS service using the MCP interface.

How to use microCMS MCP Server?

Set the required environment variables (MICROCMS_API_KEY, MICROCMS_SERVICE_DOMAIN, and optionally MICROCMS_ENDPOINT), build the project with npm run build, then configure your MCP client with the provided JSON block pointing to the built index.js file.

Key features of microCMS MCP Server

  • Search content using the microCMS API
  • Retrieve specific content by identifier
  • MCP (Model Context Protocol) compliant interface

Use cases of microCMS MCP Server

  • Enable an LLM to search articles in a microCMS-powered blog
  • Allow an AI assistant to fetch specific content from a microCMS data source
  • Integrate microCMS content retrieval into MCP‑based workflows

FAQ from microCMS MCP Server

What does this server do?

It enables LLMs that support MCP to search and fetch content from a microCMS service.

What environment variables are required?

MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN are mandatory; MICROCMS_ENDPOINT is optional.

How do I build and run the server?

Run npm run build in the project folder, then point your MCP client to the generated build/index.js file.

Does the server support all microCMS endpoints?

The README specifies the use of an ENDPOINT environment variable but does not list specific endpoints or limits.

What protocol does the server use?

It implements the Model Context Protocol (MCP).

Comments

More Other MCP servers