Back to Browse

Viewmax MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Remote MCP for AI video, image, music and speech generation.

About

Remote MCP for AI video, image, music and speech generation.

Remote endpoints: streamable-http: https://viewmax.studio/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue 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.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

VIEWMAX_API_KEYRequired

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-bytevirts-viewmax": {
      "url": "https://viewmax.studio/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ViewMax MCP

Official remote MCP server for ViewMax Studio. Generate AI video, images, music, and speech from Claude, Cursor, ChatGPT (Codex), or any MCP client.

Endpoint: https://viewmax.studio/api/mcp
Docs: https://viewmax.studio/docs/mcp

Connect

Claude (Web & Desktop)

Settings → Connectors → Add custom connector. Name it ViewMax, paste:

https://viewmax.studio/api/mcp

Click Connect and sign in with your ViewMax account. OAuth, no API key.

Claude Code

claude mcp add --transport http viewmax https://viewmax.studio/api/mcp --header "Authorization: Bearer YOUR_API_KEY"

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "viewmax": {
      "url": "https://viewmax.studio/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Codex (ChatGPT)

export VIEWMAX_API_KEY=YOUR_API_KEY
codex mcp add viewmax --url https://viewmax.studio/api/mcp --bearer-token-env-var VIEWMAX_API_KEY

Create an API key in ViewMax Settings → API Keys.

Tools

ToolPurpose
list_video_models / get_video_modelDiscover video models and pricing
generate_videoCreate a video generation task
list_image_models / get_image_modelDiscover image models and pricing
generate_imageCreate an image generation task
list_music_modelsDiscover music models
generate_musicGenerate music (usually returns URLs immediately)
list_voicesList TTS voices
generate_speechText to speech
generate_sound_effectSound effect from a prompt
get_task / wait_for_taskPoll generation status
get_creditsRemaining account credits

Generation consumes ViewMax credits. Inspect a model before calling a generate_* tool.

License

Documentation in this repository is provided so agents and directories can discover the hosted ViewMax MCP server. The ViewMax product itself is a hosted service at viewmax.studio.

Reviews

No reviews yet

Be the first to review this server!