microcmsio/microcms-mcp-server
If you are the rightful owner of microcms-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The microCMS MCP Server enables AI assistants like Claude to interact with the microCMS content management system.
The microCMS MCP Server is designed to facilitate seamless interaction between AI assistants and the microCMS content management system. By leveraging the Model Context Protocol (MCP), this server allows AI models to access, manage, and manipulate content within microCMS. This integration is particularly useful for automating content management tasks, such as retrieving, creating, and reviewing content. The server requires a microCMS service ID and API key for authentication and can be set up using either a desktop extension or via npx command. Once configured, the server can handle various content management operations, making it a powerful tool for developers and content managers looking to streamline their workflows.
Features
- Seamless integration with microCMS for content management.
- Supports content retrieval, creation, and review operations.
- Easy setup via desktop extension or npx command.
- Requires microCMS service ID and API key for secure access.
- Facilitates automation of content management tasks.
Usages
npx with Claude Desktop
{ "mcpServers": { "microcms": { "command": "npx", "args": [ "-y", "microcms-mcp-server@latest", "--service-id", "<MICROCMS_SERVICE_ID>", "--api-key", "<MICROCMS_API_KEY>" ] } } }