Developer Tools
Trust: 41/100 (Fair)Native DevTools Guide
MCP server for native app testing: screenshot, OCR, click, type, find_text. macOS, Windows, Android.
34 starsby sh3ll3x3c
Quick Start
Install
npx native-devtools-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-sh3ll3x3c-native-devtools": {
"command": "npx",
"args": [
"native-devtools-mcp"
]
}
}
}