Skip to main content
Glama

microCMS MCP Server

by SpringMT

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

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. function
    1. Description of required environment variables
      1. Build
        1. How to use
          1. Usage from MCP client
        2. Related links

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
            Last updated -
            257
            158
            TypeScript
            MIT License
            • Apple
          • -
            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 -
            6
            64
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A high-performance FastAPI server supporting Model Context Protocol (MCP) for seamless integration with Large Language Models, featuring REST, GraphQL, and WebSocket APIs, along with real-time monitoring and vector search capabilities.
            Last updated -
            9
            Python
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
            Last updated -
            11
            116
            Python
            MIT License
            • Apple
            • Linux

          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