Skip to content
Back to search
30
MCP

image-vision-mcp

npm/image-vision-mcp

MCP server for image recognition via vision models (extensible to multiple providers), with an HTTP image-intercepting proxy that lets text-only LLMs accept image input in Claude Code.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

sight-mcp
MCP server for AI-powered image and video analysis - supports OpenAI, Claude, and multimodal vision APIs with local file and URL processing
0 tools
io.github.shalevshalit/image-recognition-mcp
MCP server for AI-powered image recognition and description using OpenAI vision models.
0 tools
blind-vision-mcp
MCP server that gives vision and image generation capabilities to text-only LLMs, running 100% locally
0 tools
vision-mcp
MCP server providing multimodal vision capabilities via OpenAI-compatible APIs
0 tools
io.github.shalevshalit/image-recongnition-mcp
MCP server for AI-powered image recognition and description using OpenAI vision models.
0 tools
claude-video-vision
MCP server that gives Claude Code the ability to watch and understand videos — extracts frames via ffmpeg and processes audio via multiple b
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "image-vision-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}