Shipshots
Rank #892io.github.gurkang/shipshots
Create App Store and Play Store screenshots with AI via MCP
Shipshots is a Model Context Protocol (MCP) server published by gurkang. It ranks #892 of 132,046 servers tracked on MCP Toplist, and its repository has 135 GitHub stars. Shipshots is listed on Official MCP, with 12 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 131,154 of 132,046 servers on MCP Toplist.
Use Shipshots
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add shipshots -e "SHIPSHOTS_API_URL=<your SHIPSHOTS_API_URL>" -e "SHIPSHOTS_API_TOKEN=<your SHIPSHOTS_API_TOKEN>" -- npx -y shipshots-mcpReplace each placeholder with your own value before saving.
[mcp_servers.shipshots]
command = "npx"
args = ["-y", "shipshots-mcp"]
[mcp_servers.shipshots.env]
SHIPSHOTS_API_URL = "<your SHIPSHOTS_API_URL>"
SHIPSHOTS_API_TOKEN = "<your SHIPSHOTS_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<your SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<your SHIPSHOTS_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<your SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<your SHIPSHOTS_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shipshots": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<your SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<your SHIPSHOTS_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<your SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<your SHIPSHOTS_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<your SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<your SHIPSHOTS_API_TOKEN>"
}
}
}
}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.gurkang%2Fshipshots)<a href="https://mcptoplist.com/server/io.github.gurkang%2Fshipshots"><img src="https://mcptoplist.com/badge/io.github.gurkang%2Fshipshots.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gurkang
Available versions (12)
| Version | Published |
|---|---|
| 0.11.0 | Jul 13, 2026 |
| 0.10.0 | Jul 11, 2026 |
| 0.9.0 | Jul 4, 2026 |
| 0.8.0 | Jul 4, 2026 |
| 0.7.0 | Jun 30, 2026 |
| 0.6.1 | May 3, 2026 |
| 0.6.0 | May 3, 2026 |
| 0.5.0 | May 2, 2026 |
| 0.4.0 | May 2, 2026 |
| 0.3.0 | Apr 30, 2026 |
| 0.2.16 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Shipshots?
- Shipshots is maintained by gurkang, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Shipshots listed on the Official MCP Registry?
- Yes — Shipshots is listed on the Official MCP Registry.
- How many versions does Shipshots have?
- MCP Toplist tracks 12 versions of Shipshots, most recently published on Jul 13, 2026.
- Where can I find the source code for Shipshots?
- The source code for Shipshots is hosted at github.com/gurkang/shipshots.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.