aster-mcp

satyajiit/aster-mcp
★ 33 stars Kotlin AI/LLM Updated 3d ago
Control your Android device with AI via MCP (Model Context Protocol)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "satyajiit/aster-mcp"
      ]
    }
  }
}