Native DevTools for Cursor
io.github.sh3ll3x3c/native-devtools
MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.
client:Cursor
transport:stdio
runtime:npm
Install Native DevTools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"native-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs