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 MCP Server
Project Details
- SpringMT/microcms-mcp-server
- MIT License
- Last Updated: 3/19/2025
Recomended MCP Servers
A fork of JetBrains MCP Server that adds real-time WebSocket monitoring of all MCP interactions
An MCP server to get Weather details
A Model Context Protocol (MCP) server for stock traders
A powerful MCP tool for parsing and manipulating MIDI files based on Tone.js. This library leverages the Model...
本项目通过将 MCP 协议转换为 MQTT 协议,我们能够利用强大的大型语言模型(LLMs),就能轻松操控您的智能家居、机器人或其他硬件设备。
Claude can perform Web Search | Exa with MCP (Model Context Protocol)
A Model Context Protocol server for SMTP email services
Fork of Neo4j MCP server with environment variable support