Back to Browse

Mcp MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Run any model on the live WaveSpeed catalog: image, video, audio, 3D.

About

Run any model on the live WaveSpeed catalog: image, video, audio, 3D.

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server is well-designed with proper authentication, reasonable permissions, and clean code structure. It correctly requires API keys, validates user inputs, and avoids hardcoded secrets. Minor quality improvements around error handling and input validation are recommended, but no security vulnerabilities were found. Supply chain analysis found 5 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

WaveSpeed API key (https://wavespeed.ai/accesskey). Optional when the wavespeed CLI is logged in.Required

Environment variable: WAVESPEED_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "ai-wavespeed-mcp": {
      "env": {
        "WAVESPEED_API_KEY": "your-wavespeed-api-key-here"
      },
      "args": [
        "-y",
        "@wavespeed/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!