You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Android MCP Server
2
2
3
-
An MCP (Model Context Protocol) server that provides programmatic control over Android devices through ADB (Android Debug Bridge). This server exposes various Android device management capabilities that can be accessed by MCP clients like [Claude desktop](https://modelcontextprotocol.io/quickstart/user) and Code editors (e.g. [Cursor](https://docs.cursor.com/context/model-context-protocol))
3
+
An MCP (Model Context Protocol) server that provides programmatic control over
4
+
Android devices through ADB (Android Debug Bridge). This server exposes
5
+
various Android device management capabilities that can be accessed by MCP
6
+
clients like [Claude desktop](https://modelcontextprotocol.io/quickstart/user)
0 commit comments