A favicon of microCMS Search Server

microCMS Search Server

Search and retrieve content from microCMS using the MCP protocol. Integrate seamlessly with LLM clients to access and manage your microCMS content efficiently. Enhance your applications with powerful content retrieval capabilities.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the microCMS Search Server MCP server manually.

microCMS MCP Server

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

機能

  • microCMS APIを使用したコンテンツの検索
  • 特定のコンテンツの取得
  • MCP (Model Context Protocol) 準拠のインターフェース

必要な環境変数の説明

  • MICROCMS_API_KEY: microCMSのAPIキー(必須)
  • MICROCMS_SERVICE_DOMAIN: microCMSのサービスドメイン(必須)
  • MICROCMS_ENDPOINT: 利用するエンドポイント

ビルド

npm run build

使い方

MCPクライアントからの使用

このサーバーはMCPプロトコルに準拠しているため、MCP対応のLLMクライアントから呼び出すことができます。

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

関連リンク

Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    3 months ago
  • Repository age


    3 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to microCMS Search Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit