productivity

microCMS

by microcmsio

Integrate microCMS headless CMS for efficient content and media management with CRUD, previews, filtering, and automated

Integrates with microCMS headless CMS to enable complete content and media management through CRUD operations, draft previews, field filtering, and file uploads for automated publishing workflows.

github stars

20

Full CRUD operations supportDraft and publish modesMedia file upload capability

best for

  • / Content creators managing microCMS sites
  • / Automated content publishing workflows
  • / AI-assisted content creation and editing

capabilities

  • / Create and publish content to microCMS
  • / Update existing content as drafts or published
  • / Delete content from microCMS
  • / Upload media files to microCMS
  • / Retrieve content lists with filtering
  • / Get specific content by ID

what it does

Connects to microCMS headless CMS to manage content and media files directly from AI assistants. Supports creating, updating, deleting content with draft/publish workflows and file uploads.

about

microCMS is a community-built MCP server published by microcmsio that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate microCMS headless CMS for efficient content and media management with CRUD, previews, filtering, and automated It is categorized under productivity. This server exposes 20 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install microCMS in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

microCMS is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Create multiple contents in microCMS at once. This tool processes contents sequentially and continues even if some fail. Results include success/failure status for each content.

Create new content in microCMS and publish it immediately.

Important

Ensure that the "content" you submit strictly adheres to the following specifications. In particular, take extra care when handling custom fields and iframe fields, as mistakes are common in their structure. Read the instructions thoroughly and construct the data precisely as described. In particular, for extended fields (iframe fields), you need to take care to call microcms_get_list tool beforehand, and set its structure to the "data" field (Detail is described below).

Field type specifications

  • Image fields require URL string uploaded to microCMS media library (e.g., "https://images.microcms-assets.io/assets/xxx/yyy/sample.png").
  • Multiple image fields use array format.
  • Rich editor fields expect HTML strings.
  • Date fields use ISO 8601 format.
  • Select fields use arrays.
  • Content reference fields use contentId strings or arrays for multiple references, and you can get contentIds from microcms_get_list tool.
  • Custom field exepect below struct:
<field Id in apiFields> {
  "fieldId": "<target custom field id in customFields>"
  "key1": "<value1>",
  "key2": "<value2>",
}
  • iframe field (Extension field) expects the following structure for CREATE/UPDATE:
  {
    "id": "some-id",
    "title": "some-title",
    "description": "some-description",
    "imageUrl": "https://images.microcms-assets.io/assets/xxxx/yyyy/{fileName}.png",
    "updatedAt": "2024-01-01T00:00:00Z",
    "data": { "key1": "value1", "key2": "value2" }
  }
  • IMPORTANT: When retrieving content via API, only the "data" object content is returned (without the wrapper).
  • IMPORTANT: When creating/updating content, you MUST provide the full structure including id, title, description, imageUrl, updatedAt, and data.
  • To understand the "data" structure, ALWAYS use microcms_get_list to retrieve existing content first and examine the field structure.
  • "id", "title", "description", "imageUrl" are metadata displayed in the admin screen and are not included in the API GET response.

FAQ

What is the microCMS MCP server?
microCMS is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for microCMS?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    microCMS is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated microCMS against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: microCMS is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    microCMS reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend microCMS for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: microCMS surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    microCMS has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, microCMS benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired microCMS into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    microCMS is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.