WaveSpeed MCP Server
OfficialWaveSpeed MCP Server
WaveSpeed プラットフォーム用の MCP サーバー: Claude Code、Claude Desktop、Cursor、Cline、または任意の MCP クライアントから、ライブカタログ上のあらゆるモデル(画像、動画、音声、3D)を実行できます。
オープンソースの @wavespeed/cli と同じ設計に基づいています:
ハードコードされたモデルはありません。 カタログはライブ API(1時間キャッシュ)から取得されます。新しいプラットフォームモデルはリリース当日にそのまま動作します。
単一の生成動詞。
run_modelはあらゆるものを実行します。get_model_schemaは、モデルが実際に受け付ける入力をエージェントに伝えるため、書き込む前に読み取ります。入力は決して変更されません。 唯一の明示的な変換は
@pathマーカーです。input内の"@./photo.jpg"という値は、ファイルをアップロードしてホストされた URL に置き換えます。素のパスはそのまま渡されます。正直な価格表示。
get_priceは、費用を消費する前に見積もりを提示し、見積もりが考慮できなかった入力(unpriced_inputs)を明示します。計算式の下限を「その」価格として提示することはありません。
ツール
ツール | 機能 |
| テキストまたはモダリティタイプでライブカタログを検索 |
| モデルの実際の入力スキーマ(必須、プロパティ、デフォルト) |
| 送信+待機。 |
|
|
| アカウントのクレジット残高 |
| ローカルファイル → ホストされた URL(24時間のコンテンツハッシュ重複排除) |
| ID による任意の実行のステータス/出力を取得 |
run_model が待機制限に達した場合、タスクはサーバー側で実行を続けます。エラーには予測 ID が示され、get_prediction がそれを取得します。
Related MCP server: WavespeedMCP
セットアップ
認証は WAVESPEED_API_KEY から解決されるか、CLI に保存されたログイン(wavespeed login)から解決されます。1つのログインで両方のツールをカバーします。キー: wavespeed.ai/accesskey
Claude Code
claude mcp add wavespeed -- npx -y @wavespeed/mcpClaude Desktop / その他のクライアント(mcpServers 設定):
{
"mcpServers": {
"wavespeed": {
"command": "npx",
"args": ["-y", "@wavespeed/mcp"],
"env": { "WAVESPEED_API_KEY": "wsk_..." }
}
}
}プロンプト例
「黄金時間のサイバーパンクのスカイラインの 16:9 のヒーロー画像を生成してください。」
「./photo.jpg を使って、背景を日当たりの良いキッチンに置き換えてください。」(エージェントは
"@./photo.jpg"を渡します)「./hero.png を微妙なパララックスでアニメーションしてください — まず価格を確認してください。」
開発
npm install
npm run dev # run from source (stdio)
npm run lint # typecheck
npm run build # tsc → dist/ライセンス
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceExposes litmedia.ai text-to-image and image-to-video generation tools via MCP, enabling AI agents to generate images and videos directly from prompts.1MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides a standardized interface for accessing WaveSpeed AI's image and video generation capabilities, including text-to-image, image-to-image, inpainting, and dynamic video generation.3
- FlicenseNot gradedqualityDmaintenanceProvides a audio/video creation toolbox via MCP protocol, enabling natural language-based video editing tasks such as image-to-video, video merging, subtitle extraction, and more.3
- FlicenseNot gradedqualityDmaintenanceProvides MCP interfaces for AI text-to-image, image-to-video, and text-to-video generation using the Doubao API.1
Related MCP Connectors
Generate images with any major model — one API key, one prepaid balance, one MCP.
MCP server for Wan AI video generation
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WaveSpeedAI/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server