Loading MCP server directory, please wait...
Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.
npx @getmcp/cli add io.github.xyun1996/ocularRequires Node.js 18+. Community-contributed server. Review source before installing.
OCULAR_BASE_URLOpenAI-compatible API base URL
OCULAR_API_KEYAPI key for the configured vision model provider
OCULAR_MODELVision-capable model identifier
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xyun1996/ocular": {
"command": "npx",
"args": [
"-y",
"ocular-mcp"
],
"env": {
"OCULAR_BASE_URL": "",
"OCULAR_API_KEY": "",
"OCULAR_MODEL": ""
}
}
}
}