Android Security Analyzer for Claude Desktop
io.github.ako2345/android-security-analyzer
MCP server for static security analysis of Android source code
client:Claude Desktop
transport:streamable-http
tools:4
Install Android Security Analyzer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"android-security-analyzer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://android-security-analyzer.ako-labs.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs