MCP OpenVision
@Nazruden
MCP OpenVision について
MCP Server using OpenRouter models to get descriptions for images
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-openvision": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Nazruden/mcp-openvision",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP OpenVision?
MCP OpenVision is a Model Context Protocol (MCP) server that provides image analysis capabilities powered by OpenRouter vision models. It enables AI assistants to analyze images through a simple interface within the MCP ecosystem.
How to use MCP OpenVision?
Install via pip install mcp-openvision or uv pip install mcp-openvision, or use Smithery for automatic integration with Claude Desktop. Configure by setting the OPENROUTER_API_KEY environment variable (required) and optionally OPENROUTER_DEFAULT_MODEL. Add the server to your MCP configuration file (e.g., mcp.json for Claude Desktop or Cursor) with the command uvx mcp-openvision and your API key. Test with npx @modelcontextprotocol/inspector uvx mcp-openvision.
Key features of MCP OpenVision
- Single
image_analysistool accepting images as base64, URL, or file path. - Supports customizable system prompt, model, temperature, and max_tokens.
- Works with any OpenRouter model that supports vision capabilities.
- Default model is
qwen/qwen2.5-vl-32b-instruct:free. - Can use relative file paths with an optional
project_rootparameter. - Integrates seamlessly with Claude Desktop and Cursor via MCP configuration.
Use cases of MCP OpenVision
- Analyze store shelf images to identify retail products and estimate price ranges.
- Examine medical scans for abnormalities and possible diagnoses.
- Extract numerical data from charts and identify trends over time.
- Transcribe text from menus, signs, or documents preserving structure.
- Provide detailed art historical analysis of paintings focusing on composition and technique.
FAQ from MCP OpenVision
What is required to use MCP OpenVision?
You need an OpenRouter API key and a Python environment (pip or uv). The server itself runs as an MCP tool and requires no additional services beyond OpenRouter.
What vision models are supported?
Any OpenRouter model that supports vision capabilities. The default is qwen/qwen2.5-vl-32b-instruct:free, but you can change it via the OPENROUTER_DEFAULT_MODEL environment variable or by passing the model parameter directly.
How can I provide images to the tool?
Images can be given as base64‑encoded strings, HTTP/HTTPS URLs, or local file paths (absolute or relative). When using relative paths, you can specify a project_root to resolve them against a specific directory.
How do I integrate MCP OpenVision with Claude Desktop?
Edit your MCP configuration file (e.g., ~/.cursor/mcp.json or ~/Library/Application Support/Claude/claude_desktop_config.json) and add the openvision server entry with command uvx mcp-openvision and your OPENROUTER_API_KEY environment variable.
Is there a way to test the server without a full MCP client?
Yes. Use the MCP Inspector tool by running npx @modelcontextprotocol/inspector uvx mcp-openvision. This will launch an interactive test interface.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント