Skip to content
Cursor

imagedimensions mcp for Cursor

io.github.bishop81/imagedimensions-mcp

Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.

client:Cursor transport:stdio runtime:npm

Install imagedimensions mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "imagedimensions-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "imagedimensions-mcp"
      ],
      "env": {
        "IMAGEDIMENSIONS_API_BASE": "<IMAGEDIMENSIONS_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

imagedimensions mcp in other clients