WaveSpeed MCP Server
OfficialWaveSpeed MCP Server
WaveSpeed 플랫폼용 MCP 서버입니다. 라이브 카탈로그의 모든 모델(이미지, 비디오, 오디오, 3D)을 Claude Code, Claude Desktop, Cursor, Cline 또는 모든 MCP 클라이언트에서 실행할 수 있습니다.
오픈소스 @wavespeed/cli와 동일한 설계를 기반으로 합니다:
하드코딩된 모델이 없습니다. 카탈로그는 라이브 API(1시간 캐시)에서 가져옵니다. 플랫폼에 새 모델이 출시되는 날 바로 작동합니다.
단일 생성 동사.
run_model은 무엇이든 실행하고,get_model_schema는 에이전트에게 모델이 실제로 허용하는 입력을 알려주므로 에이전트는 쓰기 전에 읽습니다.입력은 절대 변형되지 않습니다. 유일한 명시적 변환은
@path마커입니다.input안의"@./photo.jpg"값은 파일을 업로드하고 호스팅된 URL로 대체합니다. 경로만 있는 값은 변경 없이 그대로 전달됩니다.정직한 가격 책정.
get_price는 지출 전에 견적을 제시하고, 견적이 반영하지 못한 입력(unpriced_inputs)을 명시합니다. 수식의 최저값을 "그" 가격으로 제시하지 않습니다.
도구
도구 | 기능 |
| 텍스트 또는 모달리티 유형으로 라이브 카탈로그 검색 |
| 모델의 실제 입력 스키마(필수, 속성, 기본값) |
| 제출 + 대기; |
|
|
| 계정 크레딧 잔액 |
| 로컬 파일 → 호스팅 URL(24시간 콘텐츠 해시 중복 제거) |
| ID로 모든 실행의 상태/출력 복구 |
run_model이 대기 시간 제한에 도달하면 작업은 서버 측에서 계속 실행됩니다. 오류 메시지에 prediction ID가 표시되며, get_prediction으로 이를 확인할 수 있습니다.
Related MCP server: WavespeedMCP
설정
인증은 WAVESPEAK_API_KEY 또는 CLI에 저장된 로그인(wavespeed login)에서 확인됩니다. 하나의 로그인으로 두 도구를 모두 사용할 수 있습니다. 키: 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