MCP.so
Sign In
A

Appnova App Store Connect Mcp

@alperduzgun

About Appnova App Store Connect Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

alperduzgun

Submitted by

Alper Duzgun

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "appnova-app-store-connect-mcp": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        "venv",
        "&&",
        "source",
        "venv/bin/activate"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Appnova App Store Connect Mcp?

Appnova App Store Connect Mcp is an MCP server that lets you manage your iOS app’s entire lifecycle on App Store Connect using natural language. It is the only MCP server with first-class App Store Optimization (ASO) support, enabling you to edit metadata, keywords, and descriptions across all locales directly from Claude. It is built for AI-assisted iOS growth workflows and provides 48 tools across 14 categories, using Python and FastMCP.

How to use Appnova App Store Connect Mcp?

Clone the repository, set up a Python 3.11+ virtual environment, install dependencies with pip install -r requirements.txt, copy .env.example to .env and fill in your App Store Connect API credentials, then add the server configuration to Claude Desktop’s claude_desktop_config.json as shown in the README.

Key features of Appnova App Store Connect Mcp

  • ASO automation: read/update app name, subtitle, keywords, descriptions across all locales
  • Review management: fetch, respond to, update, and delete developer responses
  • Release workflows: create version, update metadata, submit for review, monitor phased rollout
  • Revenue intelligence: query sales, finance reports, and subscription metrics
  • App version & submission: create versions, submit/cancel review with state tracking
  • TestFlight: manage builds, beta groups, and beta testers

Use cases of Appnova App Store Connect Mcp

  • Perform an ASO audit across all locales to find missing keywords or short subtitles
  • Triage 1-star reviews and draft responses mentioning a specific issue
  • Get a finance summary for the last 3 months and compare monthly trends
  • Check active bundle ID capabilities and enable/disable them

FAQ from Appnova App Store Connect Mcp

What are the runtime requirements?

Python 3.11 or higher and the FastMCP library are required. It also needs access to a Claude Desktop or any MCP-compatible client.

How do I authenticate with App Store Connect?

You need an App Store Connect API key with Admin or App Manager role. Provide the Issuer ID, Key ID, absolute path to the .p8 private key file, and Vendor Number (for sales/finance reports) in the .env file or server configuration environment variables.

What transport does this server use?

The server uses the MCP protocol with FastMCP. No alternative transports are mentioned.

Where does my data live?

Data is queried from and stored in App Store Connect; the server does not persist data locally.

Are there any known limits?

The README does not specify rate limits or other restrictions beyond the capabilities of the App Store Connect API.

Comments

More Other MCP servers