native-devtools-mcp 0.10.1

MCP server for computer use & browser automation — screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod app;
pub mod ax;
pub mod display;
pub mod input;
pub mod ocr;
pub mod screenshot;
pub mod window;

pub use app::*;
pub use ax::raise_windows;
pub use ocr::{ocr_image, TextMatch};
pub use screenshot::*;
pub use window::*;