MCP Server

MCP Server

Integrate AppStore Copilot with Claude and other AI assistants using the Model Context Protocol (MCP).

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude to interact with external tools and services. Our MCP server exposes 40+ tools that let you manage your app stores, in-app purchases, subscriptions, and RevenueCat integration through natural language conversations.

Natural Language

Ask Claude to translate your app or generate screenshots

Secure

API key authentication with encrypted credentials

Full Access

All platform features available through AI

Installation

Install the MCP server globally using npm:

Terminalbash
npm install -g @appstorecopilot/mcp-server

Configuration

Add the MCP server to your Claude Desktop configuration file:

claude_desktop_config.jsonjson
{
"mcpServers": {
"appstorecopilot": {
"command": "appstorecopilot-mcp",
"args": [],
"env": {
"ASC_API_KEY": "asc_live_xxxxxxxxxx"
}
}
}
}

After updating the config, restart Claude Desktop to load the MCP server.

Usage

Once configured, you can ask Claude to perform app store tasks naturally:

Example Conversationtext
User: Translate my app metadata from English to Spanish, French, and German.
Claude: I'll translate your app metadata to those languages using the
AppStore Copilot MCP server.
[Uses translate_metadata tool]
Done! I've translated your metadata to:
- Spanish (es-ES)
- French (fr-FR)
- German (de-DE)
The translations have been saved to your project. Would you like me to
push them to the stores?

Available Tools

The MCP server provides 40+ tools organized into categories:

Metadata & Store Tools

IAP & Subscription Tools

RevenueCat Tools

Security

The MCP server uses your API key for authentication. All requests are:

  • Authenticated with your API key
  • Encrypted in transit (HTTPS)
  • Logged for audit purposes
  • Rate limited per your plan