sanity (MCP Server)

GitHub

Sanity Studio โ€“ Rapidly configure content workspaces powered by structured content

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "sanity": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sanity"
      ]
    }
  }
}