Pabal Store Api MCP Server

MCP server for App Store / Play Store ASO workflows

Local serverstdio

What is the Pabal Store Api MCP MCP server?

Pabal Store Api MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Pabal Store Api MCP directly instead of describing what you should do. MCP server for App Store / Play Store ASO workflows.

What you get

Up-to-date ASO workflows exposed as MCP tools. Run it as a stdio MCP server (Claude Code, Cursor, MCP Inspector, etc.) to manage metadata, releases, and store syncs without leaving your AI client.

  • ASO Data Sync: Pull/push metadata from App Store and Google Play
  • Release Management: Create versions and update release notes
  • App Management: Auto-register apps from store APIs
  • 100% Local: All operations run on your machine

What the assistant can call

Once Pabal Store Api MCP is connected, these are the calls the assistant has available:

  • Authentication — auth-check
  • Configure — 2. Add your credentials to ~/.config/pabal-mcp/config.json: - App Store Connect: API key (.p8 file) with issuerId and keyId - Google Play

Setting it up

Installation goes through your MCP client rather than a global install: point it at pabal-store-api-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pabal Store Api MCP's toolset — Authentication, Configure — is a fair guide to whether it matches your workflow. It is maintained by quartz-labs-dev; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the pabal store api mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
Authenticationauth-check
Configure2. Add your credentials to ~/.config/pabal-mcp/config.json: - **App Store Connect**: API key (.p8 file) with issuerId and keyId - **Google Play**: Service account JSON key

How to install the Pabal Store Api MCP MCP server

{
  "mcpServers": {
    "pabal-store-api": {
      "command": "npx",
      "args": ["-y", "pabal-store-api-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Pabal Store Api MCP to Authentication.
  • Use Pabal Store Api MCP to Configure.

Frequently asked questions

It connects Pabal Store Api MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Authentication, Configure) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pabal Store Api MCP directly.