Odel
mcp sanity images

mcp sanity images

Local
@pijusz1TypeScriptMITUpdated 4mo ago

MCP server for uploading local images to Sanity CMS

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-sanity-imagesv0.3.7

Run

npx -y mcp-sanity-images

MCP client config

{
  "mcpServers": {
    "mcp-sanity-images": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sanity-images"
      ]
    }
  }
}