mcpbeat Sign in
local only

Asc MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 8 Sep 2026.

App Store Connect MCP Server for AI coding agents

Installs per day peak 37 · avg 1
a month agotoday
53
Installs / week
npm · @muhammetali/asc-mcp-server
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Asc MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 asc-mcp-server -- npx -y @muhammetali/asc-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "asc-mcp-server": {
      "args": [
        "-y",
        "@muhammetali/asc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.asc-mcp-server]
command = "npx"
args = ["-y", "@muhammetali/asc-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "asc-mcp-server": {
      "args": [
        "-y",
        "@muhammetali/asc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "asc-mcp-server": {
      "args": [
        "-y",
        "@muhammetali/asc-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Asc MCP Server

same job, measured the same way
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

191 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

336 installs/wk local only
Docbase
by krayinc

DocBase MCP server for AI agents

answering
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

52 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

763 installs/wk local only
App Publish
by mikusnuz

MCP server for App Store Connect & Google Play Console — iOS/Android app management

73 installs/wk local only
Cogmemory MCP
by skylarng89

CogMemory MCP Server — Unified context subsystems for AI coding agents

144 installs/wk local only

Asc MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Asc MCP Server?
Asc MCP Server 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 npm package @muhammetali/asc-mcp-server was installed 53 times last week.
How do I connect Asc MCP Server?
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 @muhammetali/asc-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Asc MCP Server?
The npm package @muhammetali/asc-mcp-server was installed 53 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Asc MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.