python-for-android (MCP Server)

GitHub

Turn your Python application into an Android APK

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "python-for-android": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-python-for-android"
      ]
    }
  }
}