microCMS MCP サーバ
@burnworks
About microCMS MCP サーバ
MCPサーバでmicroCMS APIを利用可能にする
Basic information
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 サーバ?
It is an MCP (Model Context Protocol) server that provides access to the microCMS API, enabling AI assistants to retrieve, search, and filter content from microCMS. It is intended for developers using MCP-compatible clients (e.g., Claude Desktop) to interact with their microCMS headless CMS.
How to use microCMS MCP サーバ?
Clone the repository, install dependencies with npm install, build the TypeScript code with npm run build, then configure an MCP client (such as Claude Desktop) to run the built dist/index.js script. The required environment variables are MICROCMS_API_KEY (API key) and MICROCMS_BASE_URL (service endpoint). Tools are invoked by natural language prompts in the MCP client.
Key features of microCMS MCP サーバ
- Retrieve a list of contents from any endpoint
- Get a specific content by its ID
- Search contents by keyword
- Filter contents using complex conditions
- Expose content via URI resource templates
Use cases of microCMS MCP サーバ
- Fetch the latest blog posts from a microCMS endpoint
- Retrieve a specific article by ID
- Search for content matching a keyword
- Filter content by category or date range
- Integrate microCMS data into AI chat workflows
FAQ from microCMS MCP サーバ
What dependencies are required to run this server?
Node.js is required. The project uses TypeScript and must be compiled (npm run build) before use.
Where does the data live?
Data resides on the microCMS platform. The server only sends requests to the configured MICROCMS_BASE_URL and does not store any data locally.
What transport and authentication does it use?
It uses the MCP protocol (stdin/stdout). Authentication is via the MICROCMS_API_KEY environment variable sent with each request to microCMS.
Can it access draft (unpublished) content?
Yes. The get_content tool accepts an optional draftKey parameter to retrieve draft content.
How many items can be retrieved at once?
The limit parameter defaults to 10 and has a maximum of 100 for list, search, and filter tools.
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments