Skip to main content
Glama

microCMS MCP Server

by SpringMT

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": "" } } } }

関連リンク

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

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. 関連リンク

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.
            Last updated -
            12
            31
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.
            Last updated -
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.
            Last updated -
            9
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            The APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.
            Last updated -
            31
            15
            23
            TypeScript
            Apache 2.0

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpringMT/microcms-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server