uivision-mcp-bridge

MCPcomunidad
v1.7.18UnknownMITActualizado hace 1 dnpmGitHub

Ui.Vision MCP: MCP server for browser and desktop automation (RPA) with OCR, image recognition and real mouse/keyboard input. Works with Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, LM Studio and any other MCP client.

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
703Descargas/sem.
2kEstrellas en GitHub
410Forks
hace 1 dÚltima actualización
Paquete
AutorUnknown
LicenciaMIT
Versión1.7.18
Fuentenpm+mcp-registry
GitHubA9T9/RPA
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias✓ 1 resueltas · ninguna vulnerable
Superficie de herramientas26 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiov1.7.18 · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado18 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

26 herramientas · 1 privilegiadas
Extraído estáticamente del paquete publicadov1.7.18 · 14h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

bridge_statusReports whether the Ui.Vision browser extension is currently connected to this bridge. Call this first if other tools fail — it tells you whether the extension side panel is open and the bridge is enabled in its settings. Several browsers can be connected at once; the status lists each one by label…

Reports whether the Ui.Vision browser extension is currently connected to this bridge. Call this first if other tools fail — it tells you whether the extension side panel is open and the bridge is enabled in its settings. Several browsers can be connected at once; the status lists each one by label…

No se publicó ningún esquema de entrada para esta herramienta.

run_statusWhat the macro runner is doing RIGHT NOW: whether a run is in progress, which macro the editor holds, and the freshest log lines. Unlike every other tool, this ANSWERS WHILE run_macro is still executing (extension 10.0.172+) — poll it from a second client/session to watch a long run live instead of…

What the macro runner is doing RIGHT NOW: whether a run is in progress, which macro the editor holds, and the freshest log lines. Unlike every other tool, this ANSWERS WHILE run_macro is still executing (extension 10.0.172+) — poll it from a second client/session to watch a long run live instead of…

No se publicó ningún esquema de entrada para esta herramienta.

select_browserSwitches which connected browser the other tools talk to. Several browsers (or several instances of one browser) can hold a bridge connection at the same time; bridge_status lists their labels. Pass a full label ("chrome#2") for an exact instance, or a bare family name ("firefox") for the most rece…

Switches which connected browser the other tools talk to. Several browsers (or several instances of one browser) can hold a bridge connection at the same time; bridge_status lists their labels. Pass a full label ("chrome#2") for an exact instance, or a bare family name ("firefox") for the most rece…

No se publicó ningún esquema de entrada para esta herramienta.

open_panelSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

list_macrosLists all macros stored in Ui.Vision (name and id). Use open_macro to load one into the editor before reading or running it.

Lists all macros stored in Ui.Vision (name and id). Use open_macro to load one into the editor before reading or running it.

No se publicó ningún esquema de entrada para esta herramienta.

open_macroOpens the macro with the given name in the Ui.Vision editor and returns its JSON. Subsequent get_macro/set_macro/run_macro calls operate on it. Note: unsaved editor changes may be discarded.

Opens the macro with the given name in the Ui.Vision editor and returns its JSON. Subsequent get_macro/set_macro/run_macro calls operate on it. Note: unsaved editor changes may be discarded.

No se publicó ningún esquema de entrada para esta herramienta.

get_authoring_guideReturns the Ui.Vision macro authoring guide: the uiv.* JavaScript API for JS script macros (finders, actions, OCR, vision), the classic command table, locator rules and best practices. CALL THIS ONCE BEFORE WRITING YOUR FIRST MACRO in a session — macros written without it usually use invented APIs…

Returns the Ui.Vision macro authoring guide: the uiv.* JavaScript API for JS script macros (finders, actions, OCR, vision), the classic command table, locator rules and best practices. CALL THIS ONCE BEFORE WRITING YOUR FIRST MACRO in a session — macros written without it usually use invented APIs…

No se publicó ningún esquema de entrada para esta herramienta.

get_macroReturns the macro currently loaded in the Ui.Vision editor, as Ui.Vision JSON. A JS script macro comes back with a "Script" field (its program) instead of Commands.

Returns the macro currently loaded in the Ui.Vision editor, as Ui.Vision JSON. A JS script macro comes back with a "Script" field (its program) instead of Commands.

No se publicó ningún esquema de entrada para esta herramienta.

send_chatSends a message to the REAL in-panel AI Chat — the configured chat model runs it with its own agent tools, exactly as if a user had typed it. Returns immediately; a chat run takes minutes, so poll get_chat until it reports running:false. For self-testing the chat agent end-to-end.

Sends a message to the REAL in-panel AI Chat — the configured chat model runs it with its own agent tools, exactly as if a user had typed it. Returns immediately; a chat run takes minutes, so poll get_chat until it reports running:false. For self-testing the chat agent end-to-end.

No se publicó ningún esquema de entrada para esta herramienta.

get_chatReturns the in-panel AI Chat transcript and whether a run is in progress (running:true/false). Poll this after send_chat; the transcript is text-only (inline images are omitted).

Returns the in-panel AI Chat transcript and whether a run is in progress (running:true/false). Poll this after send_chat; the transcript is text-only (inline images are omitted).

No se publicó ningún esquema de entrada para esta herramienta.

reload_extensionReloads the Ui.Vision extension from disk (same as the chrome://extensions reload button) — the way to load a freshly built version without a human click. The bridge connection dies with the panel; on startup the panel app reopens as a TAB and reconnects, and the new hello reports the loaded versio…

Reloads the Ui.Vision extension from disk (same as the chrome://extensions reload button) — the way to load a freshly built version without a human click. The bridge connection dies with the panel; on startup the panel app reopens as a TAB and reconnects, and the new hello reports the loaded versio…

No se publicó ningún esquema de entrada para esta herramienta.

run_selftestSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

get_ai_settingsReports the ACTIVE AI provider/model as the chat will resolve it, which providers have keys stored (booleans only — keys never cross the bridge), the per-provider model settings, computer-vision scope and OCR engine. Call before set_ai_settings to plan a change.

Reports the ACTIVE AI provider/model as the chat will resolve it, which providers have keys stored (booleans only — keys never cross the bridge), the per-provider model settings, computer-vision scope and OCR engine. Call before set_ai_settings to plan a change.

No se publicó ningún esquema de entrada para esta herramienta.

set_ai_settingsSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

set_macroSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

create_macroCreate a NEW macro from the given Ui.Vision JSON and save it in the "AI Generated" folder under a new, unique name. PREFER the JS script form {"Name": "...", "Script": "<JavaScript using the uiv.* API>"} over the classic Commands table — scripts are modern JS with real control flow and are the reco…

Create a NEW macro from the given Ui.Vision JSON and save it in the "AI Generated" folder under a new, unique name. PREFER the JS script form {"Name": "...", "Script": "<JavaScript using the uiv.* API>"} over the classic Commands table — scripts are modern JS with real control flow and are the reco…

No se publicó ningún esquema de entrada para esta herramienta.

delete_macroprivilegiadaDelete a macro from the "AI Generated" folder — cleanup for scratch and test macros this or an earlier session created there. Only macros inside "AI Generated" can be deleted; everything else is refused (the user deletes those in the panel). Returns a confirmation.

Delete a macro from the "AI Generated" folder — cleanup for scratch and test macros this or an earlier session created there. Only macros inside "AI Generated" can be deleted; everything else is refused (the user deletes those in the panel). Returns a confirmation.

No se publicó ningún esquema de entrada para esta herramienta.

run_macroSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

browser_snapshotSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

click_atEXPLORATION ONLY: click the point (x, y) read off the MOST RECENT screenshot — the extension converts the picture's pixels to the page or screen itself, so "click the thing in the picture" is one call. A browser screenshot clicks in the tab (trusted click, any frame); a desktop screenshot clicks on…

EXPLORATION ONLY: click the point (x, y) read off the MOST RECENT screenshot — the extension converts the picture's pixels to the page or screen itself, so "click the thing in the picture" is one call. A browser screenshot clicks in the tab (trusted click, any frame); a desktop screenshot clicks on…

No se publicó ningún esquema de entrada para esta herramienta.

type_atSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

screenshotReturns a screenshot of the visible part of the browser tab Ui.Vision plays in. Coordinates passed to save_element_image / save_relative_image are absolute pixels in this image.

Returns a screenshot of the visible part of the browser tab Ui.Vision plays in. Coordinates passed to save_element_image / save_relative_image are absolute pixels in this image.

No se publicó ningún esquema de entrada para esta herramienta.

save_element_imageCrop a rectangle from the MOST RECENT screenshot and save it as a Ui.Vision vision image, for image-based commands like "XClick | Target: <name>.png" or uiv.findImage('<name>.png') in a JS script. Coordinates are absolute pixels in the last screenshot (or in the last magnified view, which converts…

Crop a rectangle from the MOST RECENT screenshot and save it as a Ui.Vision vision image, for image-based commands like "XClick | Target: <name>.png" or uiv.findImage('<name>.png') in a JS script. Coordinates are absolute pixels in the last screenshot (or in the last magnified view, which converts…

No se publicó ningún esquema de entrada para esta herramienta.

save_relative_imageCreate a green/pink RELATIVE vision image from the MOST RECENT screenshot, for commands like "BClickRelative | Target: <name>.png". The green box marks the anchor element that is searched on the page; the pink box marks where to click, relative to the anchor. Coordinates are absolute pixels in the…

Create a green/pink RELATIVE vision image from the MOST RECENT screenshot, for commands like "BClickRelative | Target: <name>.png". The green box marks the anchor element that is searched on the page; the pink box marks where to click, relative to the anchor. Coordinates are absolute pixels in the…

No se publicó ningún esquema de entrada para esta herramienta.

get_pageAlias of browser_snapshot (the older Ui.Vision name) — identical behaviour.

Alias of browser_snapshot (the older Ui.Vision name) — identical behaviour.

No se publicó ningún esquema de entrada para esta herramienta.

uivision-mcp-bridgeSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

18 de 26 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Ui.Vision MCP: MCP server for browser and desktop automation (RPA) with OCR, image recognition and real mouse/keyboard input. Works with Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, LM Studio and any other MCP client.

Palabras clave
mcpmcp-serverui.visionrpabrowser-automationdesktop-automationclaudeclaude-codeanthropicai-agentocrcomputer-visionvisual-automationmodel-context-protocoluivisionweb-automationcomputer-useimage-recognitioncursorwindsurfvscodelm-studioautomation
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-18: resolución observada, no una declaración del publicador.

1 paquetes resueltos · 1 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.

Temas

Relacionados en images, video & audio