MCP Server — Use Neuroviz From Your AI Assistant
Connect Neuroviz to Claude, ChatGPT, Cursor and other AI assistants — no code required. Connect once, then just ask your assistant to create product photos and videos for you.
What is MCP?
MCP (Model Context Protocol) is an open standard that lets AI assistants use external services as tools. Once you connect Neuroviz to your assistant, it can browse our apps, check prices, submit generations and fetch your results — all by itself, while you talk to it in plain English.
How It Works
Connect Once
Add the Neuroviz MCP server to your assistant with your API key
Just Ask
“Retouch this ring photo for my store” — your assistant picks the right app and settings
Get Results
The assistant waits for the generation and hands you the finished image or video
Server URL
https://app.neuroviz.ai/mcpnv_… keys as the REST API — create one at app.neuroviz.ai/api-portal. Generations cost the same credits as in the app, and only successful runs are charged.Set Up Your Assistant
Pick your AI assistant and follow the steps. Replace YOUR_API_KEY with your key.
claude mcp add --transport http neuroviz https://app.neuroviz.ai/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Try It
Once connected, talk to your assistant naturally. Some things to try:
Available Tools
These are the actions your assistant can perform on your behalf:
list_appsBrowse the app catalog with credit pricesget_appFull parameter schema, allowed values and pricing rules for one appestimate_run_costExact credit cost for a run before submitting itrun_appSubmit a generation (asynchronous — returns a run id)get_runCheck a run and fetch the result image or video when finishedlist_runsRecent run history with statuses and chargesget_balanceCurrent credit balance and planlist_system_imagesCurated preset gallery (models, hands, backgrounds)get_usage_guideBuilt-in usage documentation for the assistantPrefer to integrate with code?
Everything the MCP server does is also available on the REST API.