Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Created November 15, 2025 03:41
Show Gist options
  • Select an option

  • Save YuanLiou/76f9f53cbadacf0d2f2aaded5c2e81bd to your computer and use it in GitHub Desktop.

Select an option

Save YuanLiou/76f9f53cbadacf0d2f2aaded5c2e81bd to your computer and use it in GitHub Desktop.
android studio mcp server json
{
"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