Skip to main content

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

Parameter Type Description
image_path string (required) Local absolute path, http(s):// URL, or base64 data URI of the image
prompt string (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).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visiongemma_mcp-2.1.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visiongemma_mcp-2.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file visiongemma_mcp-2.1.1.tar.gz.

File metadata

  • Download URL: visiongemma_mcp-2.1.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for visiongemma_mcp-2.1.1.tar.gz
Algorithm Hash digest
SHA256 7663a2c67ca8c3ff80e710faa948c9e2d3b568836a33efdc27322d576edc5071
MD5 920afa5915390865669b832783e86591
BLAKE2b-256 92346597e8418d6f1ddcd68ea934c305357772a7ef685f028b9d44355c632034

See more details on using hashes here.

File details

Details for the file visiongemma_mcp-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for visiongemma_mcp-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 19feb106d2e46b239de5f0184be9a7e689e321252291c70c065fd211dc4dd162
MD5 ec91b4276192d47d58c5afd2116d9fff
BLAKE2b-256 66c9541dc6745aa64fe11c9889ebe7d1cd9eac4a6c44c97a363aebb82bcc6117

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.1.1 This release

2 files

2.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page