PluginBench
MCP Server

io.github.mikusnuz/app-publish MCP Server

io.github.mikusnuz/app-publish

What is the io.github.mikusnuz/app-publish MCP server?

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

How to install io.github.mikusnuz/app-publish

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPLE_KEY_ID
    secret

    Apple App Store Connect API Key ID

  • APPLE_ISSUER_ID
    secret

    Apple App Store Connect Issuer ID

  • APPLE_P8_PATH

    Path to Apple AuthKey .p8 file

  • GOOGLE_SERVICE_ACCOUNT_PATH

    Path to Google Play service account JSON key file

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
        "APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
        "APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
        "APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "app-publish": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
        "APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add app-publish --env APPLE_KEY_ID=<YOUR_APPLE_KEY_ID> --env APPLE_ISSUER_ID=<YOUR_APPLE_ISSUER_ID> --env APPLE_P8_PATH=<YOUR_APPLE_P8_PATH> --env GOOGLE_SERVICE_ACCOUNT_PATH=<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH> -- npx -y app-publish-mcp

Related MCP servers

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

View repository →

MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers

View repository →

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

View repository →

MCP server for Instagram Graph API, Threads API & Meta platform management

View repository →

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

View repository →

MCP server for npm package management — publish, version, search, audit, and more

View repository →