Back to Browse

Storeboard MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Generate exact-size App Store and Google Play screenshots, feature graphics, and listing copy.

About

Generate exact-size App Store and Google Play screenshots, feature graphics, and listing copy.

Remote endpoints: streamable-http: https://storeboard.dev/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-ophydami-storeboard": {
      "url": "https://storeboard.dev/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Storeboard MCP server

Connect an MCP-compatible agent to Storeboard and generate exact-size App Store and Google Play assets from the conversation.

This repository contains the public metadata and client configuration for Storeboard's hosted MCP server. The hosted endpoint is:

https://storeboard.dev/api/mcp

Storeboard uses Streamable HTTP and the same Bearer API keys, credits, account limits, generation pipeline, and QA process as the web application and REST API.

Links

Available tools

ToolPurpose
list_specsList supported assets, exact pixel sizes, and credit costs
get_creditsRead the current plan, credits, and usage limits
analyze_appAnalyze an app URL, description, or reference screenshot
generate_screenshotGenerate an exact-size screenshot or Play feature graphic
generate_listingGenerate Apple and Google Play listing copy

Low-quality image drafts are free. Medium and high quality images cost credits and are checked against the requested headline. Supplying appScreen makes Storeboard composite the real app UI into a deterministic device frame.

Claude Code

Create a Storeboard API key, then run:

claude mcp add --transport http storeboard \
  https://storeboard.dev/api/mcp \
  --header "Authorization: Bearer sb_live_your_key"

JSON configuration

For clients that accept MCP server JSON:

{
  "mcpServers": {
    "storeboard": {
      "type": "http",
      "url": "https://storeboard.dev/api/mcp",
      "headers": {
        "Authorization": "Bearer sb_live_your_key"
      }
    }
  }
}

Keep the key out of source control. If your client supports environment interpolation, use it instead of writing a key directly in the configuration file.

Example prompts

Analyze https://myapp.example and propose five App Store screenshot concepts.
List the available Storeboard specs, then create a free iPhone draft for the first concept.
Write Apple and Google Play listing copy using these screenshot headlines.

Registry metadata

server.json describes the hosted server for the official MCP Registry. smithery-config-schema.json maps a user-provided Storeboard authorization value to the upstream Authorization header for Smithery.

This metadata repository is available under the MIT License. Use of the hosted Storeboard service remains subject to Storeboard's terms.

Reviews

No reviews yet

Be the first to review this server!