microCMS

microCMS Document MCP Server

informationInformation

This feature's specifications are subject to change without notice.

The MCP server is a protocol that allows AI (large language models) to interact with external services.
By using the microCMS Document MCP Server, you can search and retrieve the latest microCMS documents from AI tools like Claude and Cursor.
It serves as a "gateway" that enables AI to utilize various functionalities.

Usage Examples

Check microCMS Specifications

You can check the microCMS specifications based on the latest documents using services like Claude and Cursor.

Implementation Assistance by AI Agents

MicroCMS documents can be used as a source of information when implementing with AI agents.

informationInformation

For detailed usage images, please refer to the release blog "We have released the microCMS Document MCP Server".

Available Tools

A list of tools available on the microCMS Document MCP Server (units of functionality and operations provided by the MCP server).

Tool Name

Purpose

fetch_general

Retrieve an overview of microCMS

list_documents

Retrieve a list of microCMS documents

search_document

Retrieve the content of a specified microCMS document

Client-Side Configuration

If it is compatible with the MCP server, it can be used from any client.
Here, we will introduce some configuration examples for various clients.

informationInformation

To use the microCMS MCP Server, Node.js must be installed on the client side.

Claude Desktop

  1. Release Page to download the latest microcms-document-mcp-server.mcpb file.
  2. Double-click the downloaded mcpb file to open and install it.

Claude Code

Run the following command.

claude mcp add microcms-document -- npx -y microcms-document-mcp-server

VSCode

  1. Create a .vscode/mcp.json file in the workspace where you want to use the MCP server.
  2. Add the following content to the created file and save it.
{
  "servers": {
    "microcms-document": {
      "command": "npx",
      "args": ["-y", "microcms-document-mcp-server"]
    }
  }
}

Cursor

You can set it up by accessing the following URL from your browser.
cursor://anysphere.cursor-deeplink/mcp/install?name=microcms-document&config=eyJjb21tYW5kIjoibnB4IC15IG1pY3JvY21zLWRvY3VtZW50LW1jcC1zZXJ2ZXIifQ%3D%3D