DM

datocms/mcp

Developer tools
7 stars 0 forks Quality 55 Trend 55

in favor of the new, improved remote MCP server at mcp.datocms.com. The remote server offers streamable HTTP transport, OAuth authentication, regular updates, and zero local setup — no Node.

Overview

in favor of the new, improved remote MCP server at mcp.datocms.com. The remote server offers streamable HTTP transport, OAuth authentication, regular updates, and zero local setup — no Node.

README

DatoCMS MCP

[!WARNING] This local MCP server (@datocms/mcp) has been deprecated in favor of the new, improved remote MCP server at mcp.datocms.com.

The remote server offers streamable HTTP transport, OAuth authentication, regular updates, and zero local setup — no Node.js required.

Use mcp.datocms.com

Update your MCP client configuration to point at the remote server:

{
  "mcpServers": {
    "DatoCMS": {
      "type": "http",
      "url": "https://mcp.datocms.com"
    }
  }
}

See the official documentation for setup instructions across Claude Code, Cursor, VS Code, Windsurf, and other clients.

View this README on GitHub

Install

This server does not publish a one-line install command.

Open the repository installation guide

Configuration

{ "mcpServers": { "DatoCMS": { "type": "http", "url": "https://mcp.datocms.com" } } }