mcpbeat Sign in

Ascript MCP Server

by ascript-cn Your server? Claim it
local only

Ascript MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 189 installs a week from pypi. Last commit 30 Apr 2026.

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

Installs per day peak 63 · avg 33 · +13% w/w
a month agotoday
189
Installs / week
pypi · ascript-mcp
9
Stars
0 open issues
30 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            json_path = os.path.join(data_dir, f"{platform}.json")
        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ascript-mcp -- uvx ascript-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ascript-mcp": {
      "args": [
        "ascript-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ascript-mcp]
command = "uvx"
args = ["ascript-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ascript-mcp": {
      "args": [
        "ascript-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ascript-mcp": {
      "args": [
        "ascript-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ascript MCP

same job, measured the same way
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only
Mobile Device MCP
by saranshbamania

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

52 installs/wk local only
Mobilerun
by droidrun

Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows.

answering
Alloy
by usealloy

Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.

answering
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

512 installs/wk local only
Weatherai
by weatherai-io

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

50 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only

Ascript MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ascript MCP?
Ascript MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ascript-mcp was installed 189 times last week.
How do I connect Ascript MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ascript-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ascript MCP?
The pypi package ascript-mcp was installed 189 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ascript MCP open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.