Image-MCP

abhaybd/Image-MCP

3.1

If you are the rightful owner of Image-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple MCP server that loads images from a local path or HTTP/HTTPS URL, enabling AI to load and analyze images.

Image-MCP

Install MCP Server

This is a simple MCP server that loads images from a local path or HTTP/HTTPS URL. This enables AI (e.g. your cursor agent) to load and analyze images. Click the above button to install, or add the following snippet to your mcp.json:

{
  "image_loader": {
    "command": "uvx",
    "args": ["image-mcp@latest"]
  }
}