Back to directory
springmt/microcms-mcp-server

springmt/microcms-mcp-server

@SpringMT

Model Context Protocol (MCP) 対応の microCMS 検索サーバーです。LLM から microCMS のコンテンツを検索・取得するために使用できます。

microcmsmcp-servercmscontent-managementsearchtypescriptcontext

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15