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.
- Free 7-day trial; 38 CNY one-time purchase to keep it forever. See in-app activation.
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visiongemma_mcp-2.1.0.tar.gz.
File metadata
- Download URL: visiongemma_mcp-2.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa78355667f83ea9938e5eb04615d5cc633449998dce3e7ff07f3525e02a94e9
|
|
| MD5 |
0dcf127f337cd903cee14e15b5b06e30
|
|
| BLAKE2b-256 |
1c312c2139109a12bf0cd83173c5ab6066897bc1e299f8ba02d3662f8c19d61d
|
File details
Details for the file visiongemma_mcp-2.1.0-py3-none-any.whl.
File metadata
- Download URL: visiongemma_mcp-2.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf7c2c9920301187a782d95f687f2309ab1f2b58ba3bd00427a192ab29996f4
|
|
| MD5 |
fb0a90a19346f14052905a8d1cf889eb
|
|
| BLAKE2b-256 |
8cf5a70169fd8e07fe003dbe250ff867c6edd66daf3128b91efadc6c8d929687
|