Skip to main content
Glama

vision-mcp

A plain-text model that can see images. Just copy and paste a screenshot—no need to save files or fill in gateways.

Default vision: Groq free qwen/qwen3.6-27b.

Installation

cd D:\workplace\vision
python -m venv .venv
.venv\Scripts\pip install -e .
.venv\Scripts\python -m vision_mcp setup --key gsk_你的key

Free key: https://console.groq.com/keys

setup will:

  • Write the key to %USERPROFILE%\.vision-mcp\config.json (not into mcp.json)

  • Automatically connect to existing Command Code / Grok / OpenCode / Cursor / Claude on this machine

  • Install the vision-see skill

Then restart the corresponding agent, or use /mcp to reconnect in Command Code.

Related MCP server: Vision MCP Server

Toggle

.venv\Scripts\python -m vision_mcp disable
.venv\Scripts\python -m vision_mcp enable
.venv\Scripts\python -m vision_mcp status

Use disable when not needed. In Command Code, you can also disconnect via /mcp in the session without deleting the configuration.

Usage

  1. Copy a screenshot (Win+Shift+S)

  2. Tell the agent: look at this image / what's the error in the clipboard

  3. The agent calls vision_see, which reads the clipboard by default

[Image 1] is treated as clipboard content, not a file path.

Tools

Tool

Description

vision_see

View an image. Defaults to clipboard, also accepts data URI / base64 / URL / path

vision_status

Check configuration and whether the clipboard contains an image

Change Model

Only modify %USERPROFILE%\.vision-mcp\config.json or set an environment variable. No need to touch the MCP configuration.

{
  "api_key": "gsk_...",
  "model": "qwen-vl-max",
  "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
}

Manual Configuration

If setup has already been run, there's no need to paste it again. The format is the same as Command Code:

{
  "mcpServers": {
    "vision": {
      "transport": "stdio",
      "enabled": true,
      "command": "D:\\workplace\\vision\\.venv\\Scripts\\python.exe",
      "args": ["-m", "vision_mcp"]
    }
  }
}

Do not write the key into this file.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

  • Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.

  • Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hal666/vision-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server