microCMS MCP Server
@MCP-Mirror
About microCMS MCP Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is microCMS MCP Server?
A Model Context Protocol (MCP)–compliant search server for microCMS. It allows an LLM to search and retrieve content from a microCMS API.
How to use microCMS MCP Server?
Set the required environment variables MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN, then build with npm run build. Configure an MCP client with the command node and the path to build/index.js, passing the environment variables in the client configuration.
Key features of microCMS MCP Server
- Search content using the microCMS API
- Retrieve individual content items
- MCP (Model Context Protocol) compliant interface
- Requires only a few environment variables
Use cases of microCMS MCP Server
- Allow an LLM to search microCMS content during a conversation
- Retrieve specific content items from a microCMS endpoint via natural language queries
- Integrate microCMS data into MCP‑aware AI applications
FAQ from microCMS MCP Server
What environment variables are required?
MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN are mandatory. MICROCMS_ENDPOINT is optional.
How do I run this server?
Build with npm run build, then point an MCP client to the built index.js file using the node command.
Can I use this without an MCP client?
No. The server implements the MCP protocol and is designed to be called from MCP‑compatible LLM clients.
What data does the server access?
It accesses microCMS content via the API using the provided API key and service domain. No data is stored locally.
How is authentication handled?
Authentication is done via the MICROCMS_API_KEY environment variable, passed to the microCMS API on each request.
Frequently asked questions
What environment variables are required?
`MICROCMS_API_KEY` and `MICROCMS_SERVICE_DOMAIN` are mandatory. `MICROCMS_ENDPOINT` is optional.
How do I run this server?
Build with `npm run build`, then point an MCP client to the built `index.js` file using the `node` command.
Can I use this without an MCP client?
No. The server implements the MCP protocol and is designed to be called from MCP‑compatible LLM clients.
What data does the server access?
It accesses microCMS content via the API using the provided API key and service domain. No data is stored locally.
How is authentication handled?
Authentication is done via the `MICROCMS_API_KEY` environment variable, passed to the microCMS API on each request.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments