Home › Development › imagedimensions-mcp

imagedimensions-mcp

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

TypeScript Cloud
★ 0 stars Last pushed 2026-08-14 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "imagedimensions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "IMAGEDIMENSIONS_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • IMAGEDIMENSIONS_API_BASE — Override the scan API base. Defaults to https://imagedimensions.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry