microcms-mcp-server
Verified Safeby microcmsio
Overview
Enables AI assistants like Claude to interact with the microCMS content management system for content and media management.
Installation
npx -y microcms-mcp-server@latestEnvironment Variables
- MICROCMS_SERVICE_ID
- MICROCMS_API_KEY
Security Notes
Credentials (microCMS Service ID and API Key) are handled via environment variables or CLI arguments, which is good practice. Input parameters for API calls are generally sanitized (e.g., `URLSearchParams` for query parameters). Error handling is implemented for API call failures. The `upload_media` tool, when using `externalUrl`, relies on the `microcms-js-sdk` to send the URL to the microCMS service for fetching, rather than the MCP server itself fetching the external resource, thereby mitigating direct SSRF risk on the MCP server. File size for direct uploads is limited to 5MB. No 'eval' or obfuscation found.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
contentful-mcp-server
This MCP server enables AI assistants to manage Contentful content, assets, and workflows using natural language.
microcms-document-mcp-server
This MCP server provides access to microCMS documentation for AI assistants, enabling them to search and retrieve up-to-date document content.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.