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.
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.