web-to-app (MCP Server)

GitHub

The most full featured web-to-app toolkit on Android, a complete APK workshop that runs entirely on your phone

Claude Desktop Configuration

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

{
  "mcpServers": {
    "web-to-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-to-app"
      ]
    }
  }
}