egui-mcp-client 0.0.1

Library to embed in egui apps for MCP integration
Documentation

Library to embed in egui apps for MCP integration

This crate provides client-side integration for egui applications to support MCP automation features that require direct application access:

  • Screenshots
  • Coordinate-based input (clicks, drags)
  • Keyboard input
  • Scroll events

Note: UI tree access and element-based interactions are handled via AT-SPI on the server side and don't require this client library.