MCP Server
Active
MIT
io.github.Bishop81/imagedimensions-mcp MCP Server
io.github.Bishop81/imagedimensions-mcp
What is the io.github.Bishop81/imagedimensions-mcp MCP server?
Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.
How to install io.github.Bishop81/imagedimensions-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
IMAGEDIMENSIONS_API_BASEOverride the scan API base. Defaults to https://imagedimensions.com.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"imagedimensions-mcp": {
"command": "npx",
"args": [
"-y",
"imagedimensions-mcp"
],
"env": {
"IMAGEDIMENSIONS_API_BASE": "<YOUR_IMAGEDIMENSIONS_API_BASE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"imagedimensions-mcp": {
"command": "npx",
"args": [
"-y",
"imagedimensions-mcp"
],
"env": {
"IMAGEDIMENSIONS_API_BASE": "<YOUR_IMAGEDIMENSIONS_API_BASE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"imagedimensions-mcp": {
"command": "npx",
"args": [
"-y",
"imagedimensions-mcp"
],
"env": {
"IMAGEDIMENSIONS_API_BASE": "<YOUR_IMAGEDIMENSIONS_API_BASE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"imagedimensions-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"imagedimensions-mcp"
],
"env": {
"IMAGEDIMENSIONS_API_BASE": "<YOUR_IMAGEDIMENSIONS_API_BASE>"
}
}
}
}Claude Code
claude mcp add imagedimensions-mcp --env IMAGEDIMENSIONS_API_BASE=<YOUR_IMAGEDIMENSIONS_API_BASE> -- npx -y imagedimensions-mcpRelated MCP servers
Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.
0
View repository →JavaScript
MIT
Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.
0
View repository →JavaScript
MIT
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
0
View repository →JavaScript
MIT