Awesome MCPSoftware Development

JoshuaRileyDev/app-store-connect-mcp-server

⭐ 331 TypeScript added to this list on 2025-05-06 repository created 2024-12-13

app-store-connect-mcp-server is a Model Context Protocol server that exposes Apple's App Store Connect API to MCP clients, letting developers manage apps, testing and store metadata through an assistant instead of the web console. Authentication uses the official App Store Connect API with JWT signing: the user generates an API key, downloads the .p8 private key and sets APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID and APP_STORE_CONNECT_P8_PATH in the client configuration. An optional APP_STORE_CONNECT_VENDOR_NUMBER unlocks the sales and finance reporting tools, which stay hidden when it is not set. The server is installed from npm as @joshuarileydev/app-store-connect-mcp-server, run with npx from a Claude Desktop configuration, or installed automatically through Smithery, and a Cursor deeplink is provided. Functionality spans several areas. App management lists apps with optional bundle identifier filtering and returns detailed app information with related resources such as app clips, app infos, app store versions, beta groups and builds. Beta testing tools list beta groups and their testers, add and remove testers, manage test configuration, and read beta feedback including screenshots and device details. App Store version localization tools create versions with release scheduling, list versions and localizations, and update descriptions, keywords, promotional text, marketing and support URLs and What's New text across languages. Bundle identifier tools list, create and inspect bundle IDs and toggle their capabilities. Device tools list registered devices with filters for type, platform and status, and user tools list team members with their roles and access. Analytics tools create report requests and download App Store engagement, commerce, usage, performance and frameworks reports, along with sales and trends reports at daily to yearly granularity and regional finance reports. A separate tool lists schemes in Xcode projects and workspaces for CI and development workflows.

https://github.com/JoshuaRileyDev/app-store-connect-mcp-server

mcp-servertypescriptapp-store-connectiostestflightapp-metadataanalyticsapple

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...