microCMS
A search server for the microCMS headless CMS, compatible with the Model Context Protocol (MCP).
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": ""
}
}
}
}
関連リンク
İlgili Sunucular
MCP Ripgrep Server
Provides local file search capabilities using the ripgrep (rg) command-line tool.
GeoRanker
Access GeoRanker's SEO and keyword research tools for advanced search engine optimization analysis.
ClinicalTrials.gov
Search and retrieve clinical trial data from the official ClinicalTrials.gov API.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
Fabric Marketplace
An agent-native marketplace API where any participant ("Node") can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance.
Perplexity MCP Server
Perform real-time internet research with source citations using the Perplexity API.
Perplexity Search
Web search and chat completion powered by the Perplexity AI API.
Jina AI Search
Perform semantic, image, and cross-modal searches using Jina AI's neural search capabilities.
Kluster.ai Verify
Fact-checking and verification tools using the Kluster.ai Verify API.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.