imagedimensions mcp for Cline
io.github.bishop81/imagedimensions-mcp
Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.
client:Cline
transport:stdio
runtime:npm
Install imagedimensions mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"imagedimensions-mcp": {
"command": "npx",
"args": [
"-y",
"imagedimensions-mcp"
],
"env": {
"IMAGEDIMENSIONS_API_BASE": "<IMAGEDIMENSIONS_API_BASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs