Itsyconnect macOS

v1.0.0Developer Toolsstable

Better App Store Connect

appstoreconnectasc-apidocker-containerelectronios
Share:
96
Stars
0
Downloads
0
Weekly
0/5

What is Itsyconnect macOS?

Itsyconnect macOS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to better app store connect

Better App Store Connect

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Better App Store Connect

Use Cases

Improve App Store Connect workflow for iOS development. Manage ASC, app metadata, and iOS testing through enhanced interface.
nickustinov

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv1.0.0
UpdatedMay 6, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx itsyconnect-macos

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Itsyconnect macOS

Itsyconnect is a free, open-source macOS desktop app (and self-hosted Docker web app) that replaces Apple's App Store Connect with a dramatically faster and more capable interface for iOS and macOS developers. It includes an optional MCP server that lets AI coding tools — Claude Code, Cursor, Codex, and OpenCode — manage app store listings directly from the terminal, covering metadata updates, AI-powered translations to all locales, TestFlight management, and review responses. All data stays local in a SQLite database; credentials are encrypted with AES-256-GCM and stored in the macOS Keychain, so there is no cloud dependency or telemetry.

Prerequisites

  • macOS 11 or later (for the desktop app), or Docker for the self-hosted web version
  • An Apple Developer account with App Store Connect API key (Key ID, Issuer ID, and .p8 private key file)
  • Claude Code, Cursor, Codex, or OpenCode as your MCP client
  • Itsyconnect app installed and running with at least one app connected to App Store Connect
1

Download and install Itsyconnect

Download the signed DMG from the latest GitHub release, open it, and drag Itsyconnect to Applications. The app is notarized by Apple so it opens without Gatekeeper warnings.

# Download latest release DMG:
# https://github.com/nickustinov/itsyconnect-macos/releases/latest/download/Itsyconnect.dmg
2

Connect your App Store Connect account

Launch Itsyconnect and follow the setup wizard to enter your App Store Connect API credentials: Key ID, Issuer ID, and the contents of your .p8 private key. These are encrypted locally and never leave your machine.

3

Enable the MCP server

Open Settings > General in Itsyconnect and enable the MCP server toggle. It binds to localhost on port 3100 by default using Streamable HTTP transport.

4

Connect your MCP client to Itsyconnect

Add the Itsyconnect MCP server to your AI tool's config. For Claude Code, run the add command; for Cursor, edit the JSON config file.

# Claude Code:
claude mcp add --transport http itsyconnect http://127.0.0.1:3100/mcp

# Cursor (~/.cursor/mcp.json):
# { "mcpServers": { "itsyconnect": { "url": "http://127.0.0.1:3100/mcp" } } }
5

Verify the connection and explore your apps

In your AI tool, ask Itsyconnect to list your apps. The server accepts human-readable app names rather than numeric IDs, so you can refer to your apps by name in prompts.

Itsyconnect macOS Examples

Client configuration

Cursor MCP config connecting to the Itsyconnect MCP server running locally on port 3100 via Streamable HTTP transport. No API keys are needed in the config — authentication with App Store Connect is handled by the desktop app.

{
  "mcpServers": {
    "itsyconnect": {
      "url": "http://127.0.0.1:3100/mcp"
    }
  }
}

Prompts to try

Use your AI assistant to manage your App Store Connect data through Itsyconnect's four MCP tools: get_app, update_app, translate, and manage_locales.

- "Show me my app's current store listing in English"
- "Update the what's new field for version 2.1.0 to: Bug fixes and performance improvements"
- "Translate the description and what's new to all supported languages"
- "Add German and French locales to my app and translate all fields from en-US"
- "List all TestFlight builds available for my app"

Troubleshooting Itsyconnect macOS

MCP client cannot connect to http://127.0.0.1:3100/mcp

Verify that the Itsyconnect app is running and that the MCP server is enabled in Settings > General. The server only starts when the toggle is on and the app is open. Check Activity Monitor to confirm the process is running.

get_app or update_app returns 'app not found'

The MCP server accepts app names (display names), not numeric App Store Connect IDs. Use the exact name as it appears in the Itsyconnect app sidebar. Names are case-sensitive. If unsure, call get_app with no app argument to list all connected apps.

translate tool returns an API key error

The translate tool uses the AI provider configured in Itsyconnect Settings. Open Settings and add your API key for Anthropic, OpenAI, Google, xAI, Mistral, or DeepSeek — whichever provider you want the translation to use. The MCP client does not pass AI keys directly.

Frequently Asked Questions about Itsyconnect macOS

What is Itsyconnect macOS?

Itsyconnect macOS is a Model Context Protocol (MCP) server that better app store connect It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Itsyconnect macOS?

Follow the installation instructions on the Itsyconnect macOS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Itsyconnect macOS?

Itsyconnect macOS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Itsyconnect macOS free to use?

Yes, Itsyconnect macOS is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "itsyconnect-macos": { "command": "npx", "args": ["-y", "itsyconnect-macos"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Itsyconnect macOS?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides