visual-aid
v0.1.2
Published
Visual AId MCP server for launching the desktop app and rendering structured artifacts over MCP.
Downloads
96
Maintainers
Readme
visual-aid
visual-aid is the publishable MCP server package for Visual AId.
It exposes the visual-aid.status, visual-aid.open, visual-aid.show, and visual-aid.clear MCP tools over stdio so an MCP client can launch the desktop app and render structured content.
Project homepage: https://github.com/mantoni/visual-aid
Install
npm install -g visual-aidOr run it on demand:
npx -y visual-aidRequirements
- Visual AId desktop app installed locally, or
- a local source checkout with build artifacts discoverable by the server, or
VISUAL_AID_APP_PATH/VISUAL_AID_OPEN_COMMANDconfigured explicitly
Codex Config
[mcp_servers.visual-aid]
command = "npx"
args = ["-y", "visual-aid"]Environment
VISUAL_AID_SESSION_PATH: session file overrideVISUAL_AID_WORKSPACE_CWD: workspace identity overrideVISUAL_AID_REGISTRY_PATH: shared workspace registry overrideVISUAL_AID_OPEN_COMMAND: explicit launch commandVISUAL_AID_APP_PATH: explicit app bundle or executable pathVISUAL_AID_PREFER_DEBUG_APP: prefer the local debug build when the dev server is liveVISUAL_AID_DEV_SERVER_URL: override the dev-server probe URL used for debug-build detection
