Storeboard
Rank #61,530io.github.ophydami/storeboard
Generate exact-size App Store and Google Play screenshots, feature graphics, and listing copy.
Storeboard is a Model Context Protocol (MCP) server published by ophydami. It ranks #61,530 of 115,591 servers tracked on MCP Toplist. Storeboard is listed on Official MCP, with 1 tracked version. It was first listed on Jul 22, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 54,061 of 115,591 servers on MCP Toplist.
Use Storeboard
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http storeboard https://storeboard.dev/api/mcp[mcp_servers.storeboard]
url = "https://storeboard.dev/api/mcp"Add to ~/.codex/config.toml.
https://storeboard.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"storeboard": {
"url": "https://storeboard.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"storeboard": {
"type": "http",
"url": "https://storeboard.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"storeboard": {
"serverUrl": "https://storeboard.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"storeboard": {
"url": "https://storeboard.dev/api/mcp"
}
}
}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.ophydami%2Fstoreboard)<a href="https://mcptoplist.com/server/io.github.ophydami%2Fstoreboard"><img src="https://mcptoplist.com/badge/io.github.ophydami%2Fstoreboard.svg" alt="MCP Toplist: #61,530 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ophydami
Other servers by ophydami
View all ophydami servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Storeboard?
- Storeboard is maintained by ophydami, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Storeboard listed on the Official MCP Registry?
- Yes — Storeboard is listed on the Official MCP Registry.
- How many versions does Storeboard have?
- MCP Toplist tracks 1 version of Storeboard, most recently published on Jul 22, 2026.
- Where can I find the source code for Storeboard?
- The source code for Storeboard is hosted at github.com/ophydami/storeboard-mcp.