
microCMS Search Server
Search and retrieve content from microCMS using the MCP protocol. Integrate seamlessly with LLM clients to access and manage your microCMS content efficiently. Enhance your applications with powerful content retrieval capabilities.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the microCMS Search Server MCP server manually.
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": ""
}
}
}
}
関連リンク
Details:
Stars
0Forks
1Last commit
3 months agoRepository age
3 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to microCMS Search Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit