Viewmax MCP for Claude: Honest Review and Setup
Two products answer to Viewmax MCP for Claude. Here is what each server returns, the exact setup steps, live prices, and a full pipeline option that publishes.
“Viewmax MCP for Claude” points at two different products. Viewmax at viewmax.io is a short-form video app, and its MCP server returns a narrated, captioned Short. ViewMax Studio at viewmax.studio is a multi-model studio, and its MCP server returns a raw clip. Both connect to Claude in about a minute. Neither one publishes the video for you. This review covers both, with prices read live, and then the full-pipeline option.
Key takeaways
| Question | Short answer |
|---|---|
| Is there one Viewmax MCP? | No. Two unrelated products use the name, at viewmax.io and viewmax.studio |
| What does Viewmax (viewmax.io) return? | A vertical Short with AI voiceover and captions, composed in one tool call |
| What does ViewMax Studio return? | A raw video clip, image, music track, or speech file, one model call at a time |
| Do either publish to YouTube or TikTok? | No. You download the file and upload it yourself |
| Cheapest way in | Viewmax Basic at $14 a month billed yearly. ViewMax Studio Lite at $29 a month |
| Full pipeline option | AITuber MCP: script, voice, visuals, captions, MP4, and direct publishing |
Two Viewmaxes: which one did you search for?
The confusion is real, and it is not your fault. Both companies publish a page titled something close to “Viewmax MCP for Claude.” Here is how to tell them apart.
| Viewmax | ViewMax Studio | |
|---|---|---|
| Website | viewmax.io | viewmax.studio |
| Company name in the footer | Viewmax LLC | Viewmax Studio |
| What the product is | A short-form video app: Shorts, UGC ads, story videos | A multi-model studio: video, image, music, and speech models |
| MCP server URL | https://www.viewmax.io/api/mcp | https://viewmax.studio/api/mcp |
| Main video tool | compose_video | generate_video plus model discovery tools |
| Trustpilot | 3.1 of 5 from 58 reviews, claimed | Claimed profile, no reviews yet |
If you were sent here by a “make money with Claude” video, you almost certainly mean the first one. If you came from a GitHub repo or an MCP directory, you probably mean the second.
Viewmax (viewmax.io): what the MCP does

Viewmax is a short-form video app. Its MCP page shows Claude, ChatGPT, and Cursor tabs, and the Claude setup is three steps. Open Customize then Connectors, add a custom connector named Viewmax with the URL above, sign in, and ask Claude for a video.
What it hands back is more than a clip. Viewmax’s own demo on that page shows Claude writing the script and scene plan, then calling a compose_video tool. The request in the demo asks for a 45-second 9:16 animal story Short with an ElevenLabs voiceover and bold captions. The result is a finished Short to download. The page lists styles for faceless stories, cinematic clips, UGC and ads, hand-drawn video, voiceover videos, and captions and editing.
Three things we could not confirm from Viewmax’s public pages. The maximum video length through MCP. The credit cost of one composed video. And whether the MCP can post to a channel. Nothing on the site suggests it publishes, so plan to upload the file yourself.
Viewmax pricing
Prices below were read on Viewmax’s pricing page on 8 September 2026 with the annual toggle on. Monthly prices are the struck-through figures on the same cards.
| Plan | Billed yearly | Billed monthly | Credits a month | Viewmax’s own estimate |
|---|---|---|---|---|
| Basic | $14 a month | About $20 a month | 200 | About 18 Seedance 2 Fast videos or 50 images |
| Professional | $19 a month | $29.99 a month | 350 | About 26 Seedance 2 videos or 87 images |
| Creator | $49 a month | $69.99 a month | 800 | About 61 Seedance 2 videos or 200 images |
Plan credits refresh monthly and do not roll over. Top-up packs last 90 days. Each plan caps voiceover characters and video exports too, from 100 exports on Basic to 450 on Creator. We did not find a free plan on the pricing page.
The Basic monthly price is our calculation from the “save $72 compared to monthly” line on the card. The other two monthly prices are printed on the page.
ViewMax Studio (viewmax.studio): what the MCP does

ViewMax Studio is a different kind of product. It is a front end for many models. Seedance 2.5, Veo 3.1, MiniMax H3, Kling 2.6, Grok Imagine, Gemini Omni, FLUX 3, and its own ViewMax C1 and Turbo models all appear on its pricing page. The MCP server exposes that catalogue to Claude.
The server has 14 tools. The ones you will use are generate_video, generate_image, generate_music, generate_speech, and generate_sound_effect. The rest list models and voices, poll a task, and check your credits. ViewMax’s docs tell the agent to check a model’s cost before it calls a generate tool, which is a sensible default.
What comes back is a raw asset. The worked example on the MCP page asks for a 10-second 720p clip, and the task returns a single MP4 URL. There is a separate speech tool, but nothing stitches speech, clips, and captions into one video. That assembly is your job. This is the same shape as Higgsfield’s MCP server: one step of the work, done well.
The public GitHub repo for the server had a single commit and no stars when we checked. That is not a red flag for a hosted service, but it does mean the community has not kicked the tyres yet.
ViewMax Studio pricing
Read on the ViewMax Studio pricing page on 8 September 2026, monthly billing. Annual billing advertises up to 63% off.
| Plan | Monthly | Credits a month | ViewMax’s own estimate |
|---|---|---|---|
| Lite | $29 | 1,300 | About 65 Seedance 2 Fast clips at 480p, or 6 Seedance 2.5 clips at 720p |
| Pro | $59 | 3,600 | About 180 Seedance 2 Fast clips, or 18 Seedance 2.5 clips |
| Ultra | $99 | 7,000 | About 350 Seedance 2 Fast clips, or 35 Seedance 2.5 clips |
There is also a pay-as-you-go option and a Business tier on request. Failed generations are refunded automatically. On the pricing page, the MCP badge sits on specific models on Pro and Ultra, and flagship image models on those plans draw from a shared daily fair-use pool that can cost zero credits. Read that page before you assume every model is on MCP on the plan you buy.
How to set up either Viewmax MCP in Claude
Both use the same path in Claude on the web and in the desktop app.
- Open Settings, then Connectors.
- Click Add custom connector.
- Name it and paste the server URL. For Viewmax that is
https://www.viewmax.io/api/mcp. For ViewMax Studio it ishttps://viewmax.studio/api/mcp. - Click Connect and sign in with the account for that product.
- Start a new chat and ask for a video. Approve the tools when Claude asks.
For Claude Code, ViewMax Studio needs an API key from its settings page and one command:
claude mcp add --transport http viewmax https://viewmax.studio/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
Viewmax at viewmax.io documents the Claude app path and ChatGPT and Cursor tabs. We did not find a Claude Code command on its page.
What you get back, and what you still do
A publishable video takes six steps. Here is how far each server gets.
Viewmax (viewmax.io) gives you a vertical Short with a voice and captions. Claude writes the script in the demo flow. You download the file and post it.
ViewMax Studio gives you a clip from the model you named, or an image, a music track, or a speech file. You edit them together and post.
Neither gives you a publish step. No YouTube, TikTok, or Instagram upload from the chat.
For a creator posting a Short a day, that upload step is the one that eats the afternoon.
Viewmax vs ViewMax Studio vs AITuber MCP
| Viewmax | ViewMax Studio | AITuber MCP | |
|---|---|---|---|
| Returns | Short with voice and captions | Raw clip, image, music, or speech | Finished MP4 with voice and captions |
| Script writing | Claude does it | Claude does it | Yes, built in |
| Voiceover | ElevenLabs, in the demo | Separate speech tool | Yes, 1,300+ voices |
| Captions | Yes | No | Yes, word synced |
| Length | 45 seconds in the demo; limit not published | Seconds per clip | Minutes |
| Publishing | No | No | YouTube, TikTok, Instagram, Facebook, Threads, X |
| Model choice | Seedance shown on the site | 12+ models, you pick | Handled for you |
| Free to try | No free plan found | Pay-as-you-go option | 100 free credits, no card |
| Cheapest plan | $14 a month billed yearly | $29 a month | $39 a month |
The honest read. ViewMax Studio wins on model choice, by a mile. Viewmax wins on price and on returning a real Short rather than a clip. AITuber wins when the video has to land on your channel without another tool in the loop.
Who should use which
Use Viewmax if you post vertical Shorts, you want a voice and captions without an editor, and you are happy to upload the file yourself.
Use ViewMax Studio if you care which model renders the shot, you already edit in a timeline, or you want music and speech assets from one account.
Use AITuber if you publish on a schedule, you want the video to reach the channel from the chat, or you run more than one platform. Setting up AITuber in Claude takes the same minute, and the MCP server for AI video generation works in ChatGPT, Cursor, and Codex too.
Use two of them if you want ViewMax Studio’s model choice for one hero shot and a pipeline for the weekly volume. Nothing stops you connecting both.
Frequently Asked Questions
Basics
Is Viewmax MCP for Claude one product or two?
Two. Viewmax at viewmax.io is a short-form video app whose MCP returns a narrated, captioned Short. ViewMax Studio at viewmax.studio is a multi-model studio whose MCP returns a raw clip, image, music, or speech file. They are separate companies.
What is the Viewmax MCP server URL?
For Viewmax it is https://www.viewmax.io/api/mcp. For ViewMax Studio it is https://viewmax.studio/api/mcp. Both are pasted into Claude under Settings, then Connectors, then Add custom connector.
Searching for “viewmax mcp for claud” or “viewmax mcp for cloude”?
Same thing, spelled fast. Google shows this guide for the misspellings too. The setup steps and prices above apply whichever way you typed it.
Setup
Do I need an API key for Viewmax MCP?
Not in the Claude app. Both servers sign you in with your account through the connector. ViewMax Studio needs an API key for Claude Code, Cursor, and Codex, passed as a Bearer header.
How do I use Viewmax MCP with Claude Code?
ViewMax Studio documents one command: claude mcp add --transport http viewmax https://viewmax.studio/api/mcp --header "Authorization: Bearer YOUR_API_KEY". Viewmax at viewmax.io documents the Claude app, ChatGPT, and Cursor, and we did not find a Claude Code command on its page.
Cost
Is Viewmax MCP free?
We did not find a free plan on Viewmax’s pricing page. Basic starts at $14 a month billed yearly. ViewMax Studio lists a pay-as-you-go option and a Lite plan at $29 a month. AITuber gives 100 free credits with no card.
Does Viewmax MCP use my existing subscription credits?
Yes, on both. Generation through the connector spends the credits on the account you signed in with. Plan credits on Viewmax refresh monthly and do not roll over.
Comparisons
Does Viewmax MCP publish to YouTube or TikTok?
Not that we could find. Both Viewmax servers return a file to download. A full pipeline server like AITuber publishes to YouTube, TikTok, Instagram, Facebook, Threads, and X from the same chat.
Viewmax MCP or Higgsfield MCP?
Higgsfield is closer to ViewMax Studio: many models, a raw clip back. So is Videoslash, which we cover in our Videoslash MCP review. Viewmax at viewmax.io is the odd one out because it returns a composed Short. Our Higgsfield MCP review covers that server in detail, and the best MCP servers for AI video generation ranks the field.
Final verdict
Viewmax at viewmax.io is a fair pick for a solo creator who wants a captioned Short from a Claude chat at a low price, as long as they read the reviews first and start monthly. ViewMax Studio is the better choice for anyone who wants to name the model and already edits. Neither publishes, and neither writes the script, so both still leave you with work. If the job is a video on your channel by the end of the conversation, connect AITuber instead, or alongside.
How we researched this: setup steps, tool lists, and prices come from viewmax.io and viewmax.studio, read in the browser on 8 September 2026, plus the public ViewMax Studio GitHub repository and both companies’ Trustpilot profiles on the same day. Anthropic’s MCP figures come from its published announcement. AITuber is a product we build, so we have flagged every comparison and kept the Viewmax details accurate and current. Prices, plans, and tool lists change often; check each site for the latest.