Skip to main content
ClaudeWave

MCP registry metadata and client setup for Storeboard

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ophydami/storeboard-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "storeboard-mcp": {
      "command": "node",
      "args": ["/path/to/storeboard-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ophydami/storeboard-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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:

```text
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

- [API and MCP documentation](https://storeboard.dev/docs/api)
- [Create an API key](https://storeboard.dev/app/keys)
- [Storeboard](https://storeboard.dev)

## Available tools

| Tool | Purpose |
| --- | --- |
| `list_specs` | List supported assets, exact pixel sizes, and credit costs |
| `get_credits` | Read the current plan, credits, and usage limits |
| `analyze_app` | Analyze an app URL, description, or reference screenshot |
| `generate_screenshot` | Generate an exact-size screenshot or Play feature graphic |
| `generate_listing` | Generate 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:

```bash
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:

```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

```text
Analyze https://myapp.example and propose five App Store screenshot concepts.
```

```text
List the available Storeboard specs, then create a free iPhone draft for the first concept.
```

```text
Write Apple and Google Play listing copy using these screenshot headlines.
```

## Registry metadata

[`server.json`](./server.json) describes the hosted server for the official MCP Registry. [`smithery-config-schema.json`](./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.

<!-- mcp-name: io.github.ophydami/storeboard -->
ai-agentsapp-storegoogle-playimage-generationmcpmodel-context-protocol

What people ask about storeboard-mcp

What is ophydami/storeboard-mcp?

+

ophydami/storeboard-mcp is mcp servers for the Claude AI ecosystem. MCP registry metadata and client setup for Storeboard It has 0 GitHub stars and was last updated today.

How do I install storeboard-mcp?

+

You can install storeboard-mcp by cloning the repository (https://github.com/ophydami/storeboard-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ophydami/storeboard-mcp safe to use?

+

ophydami/storeboard-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ophydami/storeboard-mcp?

+

ophydami/storeboard-mcp is maintained by ophydami. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to storeboard-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy storeboard-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ophydami/storeboard-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ophydami-storeboard-mcp)](https://claudewave.com/repo/ophydami-storeboard-mcp)
<a href="https://claudewave.com/repo/ophydami-storeboard-mcp"><img src="https://claudewave.com/api/badge/ophydami-storeboard-mcp" alt="Featured on ClaudeWave: ophydami/storeboard-mcp" width="320" height="64" /></a>

More MCP Servers

storeboard-mcp alternatives