MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
claude mcp add uivision-mcp -- npx -y uivision-mcp-bridge
claude_desktop_config.json
{
"mcpServers": {
"uivision-mcp": {
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"uivision-mcp": {
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uivision-mcp": {
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"uivision-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"uivision-mcp": {
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.A9T9--uivision-mcp/reviews or the review_server meta-tool.
POST /mcp