This feature's specifications are subject to change without notice.
The MCP server is a protocol that allows AI (large language models) to interact with external services.
By using the microCMS Document MCP Server, you can search and retrieve the latest microCMS documents from AI tools like Claude and Cursor.
It serves as a "gateway" that enables AI to utilize various functionalities.
You can check the microCMS specifications based on the latest documents using services like Claude and Cursor.
MicroCMS documents can be used as a source of information when implementing with AI agents.
For detailed usage images, please refer to the release blog "We have released the microCMS Document MCP Server".
A list of tools available on the microCMS Document MCP Server (units of functionality and operations provided by the MCP server).
Tool Name | Purpose |
|---|---|
fetch_general | Retrieve an overview of microCMS |
list_documents | Retrieve a list of microCMS documents |
search_document | Retrieve the content of a specified microCMS document |
If it is compatible with the MCP server, it can be used from any client.
Here, we will introduce some configuration examples for various clients.
To use the microCMS MCP Server, Node.js must be installed on the client side.
microcms-document-mcp-server.mcpb file.Run the following command.
claude mcp add microcms-document -- npx -y microcms-document-mcp-server.vscode/mcp.json file in the workspace where you want to use the MCP server.{
"servers": {
"microcms-document": {
"command": "npx",
"args": ["-y", "microcms-document-mcp-server"]
}
}
}You can set it up by accessing the following URL from your browser.cursor://anysphere.cursor-deeplink/mcp/install?name=microcms-document&config=eyJjb21tYW5kIjoibnB4IC15IG1pY3JvY21zLWRvY3VtZW50LW1jcC1zZXJ2ZXIifQ%3D%3D