mcpbeat Sign in

Seedream MCP Server

local only

Seedream MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 12 Aug 2026.

RunAPI MCP server for Seedream: create tasks, poll status, check pricing.

Installs per day peak 30 · avg 10 · +141% w/w
a month agotoday
73
Installs / week
npm · @runapi.ai/seedream-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Seedream MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seedream-mcp -- npx -y @runapi.ai/seedream-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seedream-mcp": {
      "args": [
        "-y",
        "@runapi.ai/seedream-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seedream-mcp]
command = "npx"
args = ["-y", "@runapi.ai/seedream-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "seedream-mcp": {
      "args": [
        "-y",
        "@runapi.ai/seedream-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seedream-mcp": {
      "args": [
        "-y",
        "@runapi.ai/seedream-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUNAPI_API_KEY (Optional RunAPI API key for headless hosts. Interactive MCP hosts can use the login tool, which writes shared RunAPI config.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Seedream MCP

same job, measured the same way
Seedance MCP
by runapi-builder

RunAPI MCP server for Seedance: create tasks, poll status, check pricing.

86 installs/wk local only
Suno MCP
by runapi-builder

RunAPI MCP server for Suno: create tasks, poll status, check pricing.

309 installs/wk local only
Kling MCP
by runapi-builder

RunAPI MCP server for Kling: create tasks, poll status, check pricing.

83 installs/wk local only
Wan MCP
by runapi-builder

RunAPI MCP server for Wan: create tasks, poll status, check pricing.

62 installs/wk local only
Runway MCP
by runapi-builder

RunAPI MCP server for Runway: create tasks, poll status, check pricing.

48 installs/wk local only
Flux MCP
by runapi-builder

RunAPI MCP server for Flux: create tasks, poll status, check pricing.

35 installs/wk local only
Luma MCP
by runapi-builder

RunAPI MCP server for Luma: create tasks, poll status, check pricing.

56 installs/wk local only
Topaz MCP
by runapi-builder

RunAPI MCP server for Topaz: create tasks, poll status, check pricing.

51 installs/wk local only

Seedream MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Seedream MCP?
Seedream MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @runapi.ai/seedream-mcp was installed 73 times last week.
How do I connect Seedream MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @runapi.ai/seedream-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Seedream MCP?
The npm package @runapi.ai/seedream-mcp was installed 73 times in the last week. Week over week that is +141%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Seedream MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.