ocular for Cline
io.github.xyun1996/ocular
Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.
client:Cline
transport:stdio
runtime:npm
Install ocular in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ocular": {
"command": "npx",
"args": [
"-y",
"ocular-mcp"
],
"env": {
"OCULAR_BASE_URL": "<OCULAR_BASE_URL>",
"OCULAR_API_KEY": "<OCULAR_API_KEY>",
"OCULAR_MODEL": "<OCULAR_MODEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs