microCMS MCP Server

by SpringMT
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Allows interaction with microCMS API to search and retrieve content from microCMS headless CMS instances.

microCMS MCP Server

A Model Context Protocol (MCP) compatible microCMS search server that can be used to search and retrieve microCMS content from LLM.

function

  • Searching for content using the microCMS API
  • Getting specific content
  • MCP (Model Context Protocol) compliant interface

Description of required environment variables

  • MICROCMS_API_KEY : microCMS API key (required)
  • MICROCMS_SERVICE_DOMAIN : microCMS service domain (required)
  • MICROCMS_ENDPOINT : The endpoint to use.

Build

npm run build

How to use

Usage from MCP client

This server complies with the MCP protocol and can therefore be called by any MCP-enabled LLM client.

{ "mcpServers": { "microcms": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js" ], "env": { "MICROCMS_API_KEY": "", "MICROCMS_SERVICE_DOMAIN": "", "MICROCMS_ENDPOINT": "" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

A Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.

  1. 機能
    1. 必要な環境変数の説明
      1. ビルド
        1. 使い方
          1. MCPクライアントからの使用
        2. 関連リンク
          ID: aqty3t7o3r