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
Verify that any MCP server is running the intended and untampered code via hardware attestation.
Python MCP server for enabling data communication (databases, web services, scripts) via JDBCX server.
Airtable integration for AI-powered applications via Anthropic's Model Context Protocol (MCP). Connect your AI tools directly to Airtable...
A powerful MCP (Model Control Protocol) server for preprocessing and analyzing CSV files. This server provides a suite...
Apple Books MCP Server
This tool captures browser console logs and makes them available to Cursor IDE through the Model Context Protocol...
Model Context Protocol (MCP) server for intelligent task management, evaluation scoring, and session-based workflow tracking. Seamlessly integrates with...





