Created
November 15, 2025 03:41
-
-
Save YuanLiou/76f9f53cbadacf0d2f2aaded5c2e81bd to your computer and use it in GitHub Desktop.
android studio mcp server json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "mobile-mcp": { | |
| "command": "npx", | |
| "args": ["-y", "@mobilenext/mobile-mcp@latest"] | |
| }, | |
| "memory": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-memory" | |
| ] | |
| }, | |
| "sequential-thinking": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-sequential-thinking" | |
| ] | |
| }, | |
| "filesystem": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-filesystem", | |
| "/Users/louis383/Documents/AndroidProjects/TaiwanEbookSearch" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment