MCP.so
登录
A

Appnova App Store Connect Mcp

@alperduzgun

关于 Appnova App Store Connect Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

alperduzgun

提交者

Alper Duzgun

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器