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": ""
}
}
}
}
関連リンク
Related Servers
Pixabay MCP Server
Search and retrieve royalty-free images and videos using the Pixabay API.
Perplexity AI
Intelligent search, reasoning, and research capabilities powered by Perplexity's specialized AI models.
Open Brewery DB
Search and retrieve brewery data worldwide using the Open Brewery DB API.
O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
Rememberizer MCP Server for Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
ReActMCP Web Search
A web search server that integrates with the Exa API to perform basic and advanced searches.
MCP Web Search Server
A web search server powered by DuckDuckGo, no API key required.
Exa
Exa AI Search API
MCP Advisor
A discovery and recommendation service for exploring MCP servers using natural language queries.
National Parks
Access real-time information about U.S. National Parks, including park details, alerts, and activities, via the National Park Service (NPS) API.