microCMS MCP Server
@himaratsu
About microCMS MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"microcms": {
"command": "npx",
"args": [
"-y",
"microcms-mcp-server@latest"
],
"env": {
"MICROCMS_SERVICE_ID": "<MICROCMS_SERVICE_ID>",
"MICROCMS_API_KEY": "<MICROCMS_API_KEY>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is microCMS MCP Server?
An MCP (Model Context Protocol) server for microCMS, a headless content management system. It enables AI assistants such as Claude to read, create, and manage content inside microCMS.
How to use microCMS MCP Server?
Configure the server in your MCP client using either MICROCMS_SERVICE_ID and MICROCMS_API_KEY for a single service, or MICROCMS_SERVICES as a JSON array for multiple services. The server can run via npx, an MCP Bundle file, or as a remote HTTP server. Restart the client after configuration.
Key features of microCMS MCP Server
- Read, create, and manage microCMS content via AI
- Upload images to microCMS media libraries
- Connect to one or multiple microCMS services
- Supports stdio and HTTP transport modes
- Optional Bearer token authentication for remote access
Use cases of microCMS MCP Server
- Ask an AI assistant to fetch the latest articles from a microCMS content list
- Have AI research a topic and draft content directly into microCMS
- Retrieve content from microCMS and receive language or quality review
- Upload images from URLs to the microCMS media library
- Operate multiple microCMS services simultaneously with service selection
FAQ from microCMS MCP Server
What are the prerequisites to run this server?
You need a microCMS service ID and an API key. Both are set via environment variables.
How do I configure multiple microCMS services?
Use the MICROCMS_SERVICES environment variable with a JSON array of service objects. In this mode, all tools require a serviceId parameter.
Can I run this as a remote server?
Yes. Set MCP_TRANSPORT=http, optionally a MCP_AUTH_TOKEN, and start the server. Clients connect via mcp-remote with an Authorization header.
What is the authentication mechanism for remote mode?
The server supports optional Bearer token authentication via the MCP_AUTH_TOKEN environment variable. If set, clients must include the token in an Authorization header.
Does the configuration support both single and multiple services at once?
If both MICROCMS_SERVICE_ID/MICROCMS_API_KEY and MICROCMS_SERVICES are set, the multiple-services configuration takes precedence.
Frequently asked questions
What are the prerequisites to run this server?
You need a microCMS service ID and an API key. Both are set via environment variables.
How do I configure multiple microCMS services?
Use the `MICROCMS_SERVICES` environment variable with a JSON array of service objects. In this mode, all tools require a `serviceId` parameter.
Can I run this as a remote server?
Yes. Set `MCP_TRANSPORT=http`, optionally a `MCP_AUTH_TOKEN`, and start the server. Clients connect via `mcp-remote` with an Authorization header.
What is the authentication mechanism for remote mode?
The server supports optional Bearer token authentication via the `MCP_AUTH_TOKEN` environment variable. If set, clients must include the token in an Authorization header.
Does the configuration support both single and multiple services at once?
If both `MICROCMS_SERVICE_ID`/`MICROCMS_API_KEY` and `MICROCMS_SERVICES` are set, the multiple-services configuration takes precedence.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments