microcms-mcp-server
Verified Safeby microcmsio
Overview
This MCP server enables AI assistants like Claude to interact with and manage content and media within the microCMS headless CMS.
Installation
npx -y microcms-mcp-server@latestEnvironment Variables
- MICROCMS_SERVICE_ID
- MICROCMS_API_KEY
Security Notes
The server primarily uses environment variables or CLI arguments for sensitive microCMS API keys, which is a secure practice. It explicitly checks for the presence of these credentials at startup. All API interactions are via HTTPS to official microCMS domains. There are no indications of 'eval', code obfuscation, or other common malicious patterns. The media upload functionality includes a 5MB size limit for direct file uploads, and handles base64 data securely. Security is largely dependent on the user's careful handling of their microCMS API key.
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
Provides AI assistants with comprehensive tools to interact with Contentful APIs for content creation, management, asset organization, workflow automation, and content modeling.
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.
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.