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 is a well-designed MCP server for the WaveSpeed API with solid security practices. Authentication is properly required via API keys (environment variables or stored login), permissions are narrowly scoped to the server's purpose (API calls, file upload/download, local file reads for media), and code quality is high with proper input validation, error handling, and no obvious malicious patterns. Minor observations around logging and edge-case error handling prevent a higher score, but the server is production-ready. Supply chain analysis found 5 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 9 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

Override the WaveSpeed API base URL. Defaults to https://api.wavespeed.ai.Optional

Environment variable: WAVESPEED_BASE_URL

Override the client name reported for channel attribution. Defaults to wavespeed-mcp.Optional

Environment variable: WAVESPEED_CLIENT_NAME

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!