brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.rabdulsal/appstore-release-mcp · v0.1.1
App Store release pilot — version bump, TestFlight upload, metadata, review submission
appstore-release-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
"ASC_BUNDLE_ID": "<ASC_BUNDLE_ID>"
}
}
}
}APPLE_KEY_ID必填App Store Connect API key ID
APPLE_ISSUER_ID必填App Store Connect API issuer ID
ASC_KEY_PATH可选Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)
APPLE_KEY_CONTENT可选secretBase64-encoded .p8 private key content (alternative to ASC_KEY_PATH)
APPLE_TEAM_ID可选Apple Developer team ID (required for builds/uploads)
ASC_BUNDLE_ID必填Bundle identifier of the app to manage, e.g. com.example.myapp
ASC_PROJECT_DIR可选Xcode project root where fastlane runs (default: current working directory)
ASC_PLATFORM可选App Store platform: IOS (default), MAC_OS, TV_OS, or VISION_OS
ASC_FASTLANE_LANE可选Fastlane lane used for archive + upload (default: beta)
ASC_FASTLANE_PLATFORM可选Fastlane platform prefix, e.g. mac or ios
ASC_UPLOAD_CMD可选Full override of the upload command, e.g. 'bundle exec fastlane ios beta'
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.rabdulsal/appstore-release-mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "appstore-release-mcp",
"description": "App Store release pilot — version bump, TestFlight upload, metadata, review submission",
"repository": {
"url": "https://github.com/rabdulsal/appstore-release-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "appstore-release-mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "APPLE_KEY_ID",
"description": "App Store Connect API key ID",
"isRequired": true
},
{
"name": "APPLE_ISSUER_ID",
"description": "App Store Connect API issuer ID",
"isRequired": true
},
{
"name": "ASC_KEY_PATH",
"description": "Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)"
},
{
"name": "APPLE_KEY_CONTENT",
"description": "Base64-encoded .p8 private key content (alternative to ASC_KEY_PATH)",
"isSecret": true
},
{
"name": "APPLE_TEAM_ID",
"description": "Apple Developer team ID (required for builds/uploads)"
},
{
"name": "ASC_BUNDLE_ID",
"description": "Bundle identifier of the app to manage, e.g. com.example.myapp",
"isRequired": true
},
{
"name": "ASC_PROJECT_DIR",
"description": "Xcode project root where fastlane runs (default: current working directory)"
},
{
"name": "ASC_PLATFORM",
"description": "App Store platform: IOS (default), MAC_OS, TV_OS, or VISION_OS"
},
{
"name": "ASC_FASTLANE_LANE",
"description": "Fastlane lane used for archive + upload (default: beta)"
},
{
"name": "ASC_FASTLANE_PLATFORM",
"description": "Fastlane platform prefix, e.g. mac or ios"
},
{
"name": "ASC_UPLOAD_CMD",
"description": "Full override of the upload command, e.g. 'bundle exec fastlane ios beta'"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.rabdulsal/appstore-release-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rabdulsal%2Fappstore-release-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}