Skip to content
Grok

ascript mcp for Grok

io.github.ascript-cn/ascript-mcp

Control Android/iOS/Windows devices from Claude, Cursor, and other AI tools. iOS without jailbreak.

client:Grok transport:stdio runtime:pypi

Install ascript mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ascript-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ascript-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ascript mcp in other clients