MCP server for OpenWork UI control — exposes snapshot, actions, and execute as MCP tools
| Tool name | Description | Destructive? |
|---|---|---|
| ui_snapshot | ✓ no | |
| ui_list_actions | ✓ no | |
| ui_execute_action⚠ | ⚠ yes | |
| ui_status | ✓ no |
{
"mcpServers": {
"openwork-ui": {
"command": "npx",
"args": [
"-y",
"openwork-ui-mcp"
]
}
}
}