microCMS MCP サーバ

by burnworks

192 downloads
Not rated
GitHub

About

It is an MCP (Model Context Protocol) server that provides access to the microCMS API, enabling AI assistants to retrieve, search, and filter content from microCMS. It is intended for developers using MCP-compatible clients (e.g., Claude Desktop) to interact with their microCMS…

Details

Author
burnworks
Downloads
192
Categories
Developer Tools

- Retrieve a list of contents from any endpoint
- Get a specific content by its ID
- Search contents by keyword
- Filter contents using complex conditions
- Expose content via URI resource templates

Clone the repository, install dependencies with npm install, build the TypeScript code with npm run build, then configure an MCP client (such as Claude Desktop) to run the built dist/index.js script. The required environment variables are MICROCMS_API_KEY (API key) and MICROCMS_BASE_URL (service endpoint). Tools are invoked by natural language prompts in the MCP client.

microCMS MCP サーバ

このプロジェクトは、Model Context Protocol (MCP) を使用して microCMS の API にアクセスするサーバを実装したものです。

概要

microCMS MCP サーバは以下の機能を提供します:

1. コンテンツ一覧取得:指定したエンドポイントからコンテンツ一覧を取得
2. 特定コンテンツ取得:ID を指定して特定のコンテンツを取得
3. コンテンツ検索:キーワード検索によるコンテンツの取得
4. フィルター検索:複雑な条件でのコンテンツのフィルタリング

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.