New:Socket for Asana Is Now Available.Learn more
Sign In

visiongemma-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visiongemma-mcp

Local AI vision MCP server for Windows: OCR (Chinese & English), chart analysis, scene description, object recognition. 100% offline — images never leave your machine.

pipPyPI
Version
2.1.1
Weekly downloads
981
Maintainers
1
Created

VisionGemma MCP

mcp-name: io.github.q1023884985/visiongemma

VisionGemma is a local AI vision recognition MCP server for Windows. It exposes a single vision_analyze tool that lets any MCP client (Claude Desktop, Cursor, Cline, opencode, ...) do:

  • OCR — extract text from images and screenshots (Chinese & English)
  • Chart / diagram analysis — interpret tables, plots, diagrams and screenshots
  • Scene description — describe what is in an image
  • Object recognition — identify objects, people, expressions, atmosphere

All inference runs 100% locally via a Vulkan-accelerated on-device engine. Images never leave your machine.

Note: this package is the stdio launcher for the MCP Registry. It requires the VisionGemma engine (Windows x64) to be installed. Download it from the GitHub Releases, then run the installer once.

Installation

pip install visiongemma-mcp

Install the VisionGemma engine from the GitHub Releases page.

MCP configuration

Add to your MCP client config:

{
  "mcpServers": {
    "vision-gemma": {
      "command": "visiongemma",
      "args": ["--mcp"],
      "type": "stdio"
    }
  }
}

Or point directly at the engine executable (no pip install needed):

{
  "mcpServers": {
    "vision-gemma": {
      "command": "C:\\path\\to\\VisionGemma.exe",
      "args": ["--mcp"],
      "type": "stdio"
    }
  }
}

Tool: vision_analyze

ParameterTypeDescription
image_pathstring (required)Local absolute path, http(s):// URL, or base64 data URI of the image
promptstring (optional)Question or instruction about the image (default: "please describe this image")

Privacy & licensing

  • All processing is local and offline — no data leaves your device.
  • Windows 10/11 x64, Vulkan-capable GPU (or CPU fallback).

Keywords

mcp

FAQs

Related posts