rawdrawandroid

GitHub

Build android apps without any java, entirely in C and Make

4,268 stars C
RAW Config

Claude Desktop Configuration

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

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