App Publish
Rank #4,631io.github.mikusnuz/app-publish
MCP server providing app-publish capabilities
App Publish is a Model Context Protocol (MCP) server published by mikusnuz. It ranks #4,631 of 115,460 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. App Publish is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 15, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 110,829 of 115,460 servers on MCP Toplist.
Use App Publish
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add app-publish -e "APPLE_KEY_ID=<your APPLE_KEY_ID>" -e "APPLE_ISSUER_ID=<your APPLE_ISSUER_ID>" -e "APPLE_P8_PATH=<your APPLE_P8_PATH>" -e "GOOGLE_SERVICE_ACCOUNT_PATH=<your GOOGLE_SERVICE_ACCOUNT_PATH>" -- npx -y app-publish-mcpReplace each placeholder with your own value before saving.
[mcp_servers.app-publish]
command = "npx"
args = ["-y", "app-publish-mcp"]
[mcp_servers.app-publish.env]
APPLE_KEY_ID = "<your APPLE_KEY_ID>"
APPLE_ISSUER_ID = "<your APPLE_ISSUER_ID>"
APPLE_P8_PATH = "<your APPLE_P8_PATH>"
GOOGLE_SERVICE_ACCOUNT_PATH = "<your GOOGLE_SERVICE_ACCOUNT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<your APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<your GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<your APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<your GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"app-publish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<your APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<your GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<your APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<your GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<your APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<your GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mikusnuz%2Fapp-publish)<a href="https://mcptoplist.com/server/io.github.mikusnuz%2Fapp-publish"><img src="https://mcptoplist.com/badge/io.github.mikusnuz%2Fapp-publish.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mikusnuz
Other servers by mikusnuz
- Meta Ads#3,777 · 2 vers
- Meta#6,317 · 2 vers
- Gsc#10,487 · 2 vers
- Umami#16,126 · 2 vers
- agent-link-mcp#19,588 · 2 vers
- Cws#21,006 · 2 vers
- Pexbot MCP#27,642 · 3 vers
- Dynadot#31,598 · 2 vers
- Npm#42,798 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains App Publish?
- App Publish is maintained by mikusnuz, which publishes 10 MCP servers (21 total versions) tracked on MCP Toplist.
- Is App Publish listed on the Official MCP Registry?
- Yes — App Publish is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does App Publish have?
- MCP Toplist tracks 2 versions of App Publish, most recently published on Mar 19, 2026.
- Where can I find the source code for App Publish?
- The source code for App Publish is hosted at github.com/mikusnuz/app-publish-mcp.