MCP server that adds vision capability to any LLM by routing image analysis to vision-capable OpenRouter models
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vision-helper-mcp-se": {
"command": "npx",
"args": [
"-y",
"quickstraw/vision-helper-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vision-helper-mcp-se npx -y quickstraw/vision-helper-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vision-helper-mcp-se": {
"command": "npx",
"args": [
"-y",
"quickstraw/vision-helper-mcp-server"
]
}
}
}