simple-vision-mcp

jmjoy/simple-vision-mcp
★ 0 stars Rust AI/LLM Updated today
An MCP server that provides image recognition to text-only LLMs via an OpenAI-compatible multimodal endpoint.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simple-vision-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "simple-vision-mcp"
      ]
    }
  }
}