MCP.so
登录

microCMS MCP Server

@SpringMT

关于 microCMS MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

SpringMT

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "microcms": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js"
      ],
      "env": {
        "MICROCMS_API_KEY": "",
        "MICROCMS_SERVICE_DOMAIN": "",
        "MICROCMS_ENDPOINT": ""
      }
    }
  }
}

工具

未检测到工具

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

概览

What is microCMS MCP Server?

The microCMS MCP Server is a Model Context Protocol (MCP) compatible search server for microCMS content. It allows large language models (LLMs) to search and retrieve content from a microCMS service using the MCP interface.

How to use microCMS MCP Server?

Set the required environment variables (MICROCMS_API_KEY, MICROCMS_SERVICE_DOMAIN, and optionally MICROCMS_ENDPOINT), build the project with npm run build, then configure your MCP client with the provided JSON block pointing to the built index.js file.

Key features of microCMS MCP Server

  • Search content using the microCMS API
  • Retrieve specific content by identifier
  • MCP (Model Context Protocol) compliant interface

Use cases of microCMS MCP Server

  • Enable an LLM to search articles in a microCMS-powered blog
  • Allow an AI assistant to fetch specific content from a microCMS data source
  • Integrate microCMS content retrieval into MCP‑based workflows

FAQ from microCMS MCP Server

What does this server do?

It enables LLMs that support MCP to search and fetch content from a microCMS service.

What environment variables are required?

MICROCMS_API_KEY and MICROCMS_SERVICE_DOMAIN are mandatory; MICROCMS_ENDPOINT is optional.

How do I build and run the server?

Run npm run build in the project folder, then point your MCP client to the generated build/index.js file.

Does the server support all microCMS endpoints?

The README specifies the use of an ENDPOINT environment variable but does not list specific endpoints or limits.

What protocol does the server use?

It implements the Model Context Protocol (MCP).

评论

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