Skip to content
Claude Desktop

seedream mcp for Claude Desktop

io.github.runapi-builder/seedream-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install seedream mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "seedream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/seedream-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

seedream mcp in other clients