Skip to content
Claude Desktop

Cosmic for Claude Desktop

com.cosmicjs/mcp

Manage Cosmic CMS content, media, object types, and AI generation from any MCP client.

client:Claude Desktop transport:streamable-http runtime:npm

Install Cosmic in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.cosmicjs.com/v1/buckets/{bucket_slug}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Cosmic in other clients