microCMS MCP Server
Model Context Protocol (MCP) 対応の microCMS 検索サーバーです。LLM から microCMS のコンテンツを検索・取得するために使用できます。
機能
- microCMS APIを使用したコンテンツの検索
- 特定のコンテンツの取得
- MCP (Model Context Protocol) 準拠のインターフェース
必要な環境変数の説明
MICROCMS_API_KEY: microCMSのAPIキー(必須)MICROCMS_SERVICE_DOMAIN: microCMSのサービスドメイン(必須)MICROCMS_ENDPOINT: 利用するエンドポイント
ビルド
npm run build
使い方
MCPクライアントからの使用
このサーバーはMCPプロトコルに準拠しているため、MCP対応のLLMクライアントから呼び出すことができます。
{
"mcpServers": {
"microcms": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js"
],
"env": {
"MICROCMS_API_KEY": "",
"MICROCMS_SERVICE_DOMAIN": "",
"MICROCMS_ENDPOINT": ""
}
}
}
}
関連リンク
- microCMS
- Model Context Protocol
- microcms-js-sdk
microCMS Search Server
Project Details
- SpringMT/microcms-mcp-server
- MIT License
- Last Updated: 3/19/2025
Recomended MCP Servers
Shadcn-vue and Tailwind CSS are essential for component development, offering developers a fast and high-quality experience in Vue...
A Model Context Protocol (MCP) server for Apache Dolphinscheduler. This provides access to your Apache Dolphinshcheduler RESTful API...
A MS excel server based on modelcontextprotocol
Open Source, Self-Hosted, AI Search and LLM.txt for your website
High-performance FastAPI server implementing Model Context Protocol (MCP) for seamless integration with Large Language Models (LLMs). Built with...
A MCP server for Snapshot





