microCMS MCP Server
@SpringMT
microCMS MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"microcms": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js"
],
"env": {
"MICROCMS_API_KEY": "",
"MICROCMS_SERVICE_DOMAIN": "",
"MICROCMS_ENDPOINT": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is microCMS MCP Server?
The microCMS MCP Server is a Model Context Protocol (MCP) compatible search server for microCMS content. It allows large language models (LLMs) to search and retrieve content from a microCMS service using the MCP interface.
How to use microCMS MCP Server?
Set the required environment variables (MICROCMS_API_KEY, MICROCMS_SERVICE_DOMAIN, and optionally MICROCMS_ENDPOINT), build the project with npm run build, then configure your MCP client with the provided JSON block pointing to the built index.js file.
Key features of microCMS MCP Server
- Search content using the microCMS API
- Retrieve specific content by identifier
- MCP (Model Context Protocol) compliant interface
Use cases of microCMS MCP Server
- Enable an LLM to search articles in a microCMS-powered blog
- Allow an AI assistant to fetch specific content from a microCMS data source
- Integrate microCMS content retrieval into MCP‑based workflows
FAQ from microCMS MCP Server
What does this server do?
It enables LLMs that support MCP to search and fetch content from a microCMS service.
What environment variables are required?
MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN are mandatory; MICROCMS_ENDPOINT is optional.
How do I build and run the server?
Run npm run build in the project folder, then point your MCP client to the generated build/index.js file.
Does the server support all microCMS endpoints?
The README specifies the use of an ENDPOINT environment variable but does not list specific endpoints or limits.
What protocol does the server use?
It implements the Model Context Protocol (MCP).
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS

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.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 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,
コメント