streamable-httpupdated 1mo ago
Connect an MCP-compatible agent to Storeboard and generate exact-size App Store and Google Play assets from the conversation.
Storeboard 能做什么?
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
| 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:
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.
安装
把 Storeboard 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http storeboard https://storeboard.dev/api/mcpcodex mcp add storeboard --url https://storeboard.dev/api/mcp{
"mcpServers": {
"storeboard": {
"url": "https://storeboard.dev/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"storeboard": {
"type": "http",
"url": "https://storeboard.dev/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"storeboard": {
"url": "https://storeboard.dev/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"storeboard": {
"serverUrl": "https://storeboard.dev/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
Storeboard 向已连接的智能体提供 5 个工具。
- 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
评分
62 / 100
良好
- 文档22/25
- 维护16/25
- 可信度6/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月22日 |