App Store Connect MCP Server
Enables interaction with Apple's App Store Connect API through natural language to manage apps, beta...
- Click the "Install Now" button to begin installation, then open the FastMCP connection interface where the MCP server's environment variables are entered.
- In App Store Connect, open Users and Access → Integrations → App Store Connect API (Team Keys) and generate a new API key (you must be the Account Holder or have the required admin/integrations permissions). (developer.apple.com)
- When generating the key: give it a descriptive name, select an appropriate role (Admin or App Manager is recommended for full compatibility), then generate and immediately download the private key (.p8). Apple allows downloading the .p8 file only once — save it securely. (docs.statused.com)
- Record the Key ID and Issuer ID shown in the App Store Connect key UI (copy both now — they are required and shown on the key page). (help.appscreens.com)
- Decide whether you will provide the private key by file path or by base64 string:
- File path (recommended for local development): upload/save the downloaded AuthKey_XXXXX.p8 locally and enter its absolute path into APP_STORE_CONNECT_P8_PATH in the FastMCP connection interface (example: /Users/alice/keys/AuthKey_XXXXXXXXXX.p8).
- Base64 string (recommended for CI/CD or cloud): convert the .p8 file to base64 and paste the result into APP_STORE_CONNECT_P8_B64_STRING in the FastMCP interface. Use these commands to create the base64 string:
- macOS / Linux:
base64 -i /path/to/your/AuthKey_XXXXXXXXXX.p8 - Windows (PowerShell):
[Convert]::ToBase64String([IO.File]::ReadAllBytes("C:\path\to\your\AuthKey_XXXXXXXXXX.p8"))
- macOS / Linux:
- In the FastMCP connection interface, fill the following environment fields exactly as shown:
- APP_STORE_CONNECT_KEY_ID = (the Key ID you copied)
- APP_STORE_CONNECT_ISSUER_ID = (the Issuer ID you copied)
- Either APP_STORE_CONNECT_P8_PATH = (absolute path to your .p8) OR APP_STORE_CONNECT_P8_B64_STRING = (base64-encoded .p8 contents)
- (Optional) APP_STORE_CONNECT_VENDOR_NUMBER = (your vendor number, required only if you want Sales & Finance report tools)
- If you need sales/finance reports, locate your vendor number in App Store Connect under Sales and Trends or Payments and Financial Reports and enter it into APP_STORE_CONNECT_VENDOR_NUMBER in the FastMCP interface. (developer.apple.com)
- Save the connection in FastMCP and test the server (e.g., use a simple "list_apps" request). If authentication fails, confirm Key ID, Issuer ID, and that the .p8 contents/path match the downloaded key (remember the .p8 cannot be re-downloaded — if lost, revoke and generate a new key). (docs.statused.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.