MCP.so
登录

microCMS MCP Server

@MCP-Mirror

关于 microCMS MCP Server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is microCMS MCP Server?

A Model Context Protocol (MCP)–compliant search server for microCMS. It allows an LLM to search and retrieve content from a microCMS API.

How to use microCMS MCP Server?

Set the required environment variables MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN, then build with npm run build. Configure an MCP client with the command node and the path to build/index.js, passing the environment variables in the client configuration.

Key features of microCMS MCP Server

  • Search content using the microCMS API
  • Retrieve individual content items
  • MCP (Model Context Protocol) compliant interface
  • Requires only a few environment variables

Use cases of microCMS MCP Server

  • Allow an LLM to search microCMS content during a conversation
  • Retrieve specific content items from a microCMS endpoint via natural language queries
  • Integrate microCMS data into MCP‑aware AI applications

FAQ from microCMS MCP Server

What environment variables are required?

MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN are mandatory. MICROCMS_ENDPOINT is optional.

How do I run this server?

Build with npm run build, then point an MCP client to the built index.js file using the node command.

Can I use this without an MCP client?

No. The server implements the MCP protocol and is designed to be called from MCP‑compatible LLM clients.

What data does the server access?

It accesses microCMS content via the API using the provided API key and service domain. No data is stored locally.

How is authentication handled?

Authentication is done via the MICROCMS_API_KEY environment variable, passed to the microCMS API on each request.

评论

其他 分类下的更多 MCP 服务器