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
{
"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