dGENdGEN Visual StudioSign in
The AI tools you can connect the studio to

dGEN Visual Studio MCP for any AI

Create images and videos directly from your prompts in any AI tool

Already on dGENIX? Connect in one click and automate your studio workdGENIX
Skill file below
1

Copy the connector URL

You paste this into Claude in the next step.

https://dgenvisual.com/mcp
2

Go to Claude, then Connectors

In the Claude desktop app or on claude.ai, open Settings and then Connectors. Add a custom connector, name it dGEN Visual Studio and paste the URL.

Open Claude
3

Connect, sign in and start

Claude asks which permissions it wants. You see that on a screen of ours before anything happens, and you approve it there.

Start creating
1

Add the server

One command in your terminal, from any folder.

claude mcp add --transport http dgen-studio https://dgenvisual.com/mcp
2

Approve it in your browser

The first time you use a tool, your browser opens our consent screen. After that Claude Code remembers the connection.

3

Ask for an image or a video

Everything you can do on the canvas, you can now ask for in plain language. The result lands in your library, at the same price.

Start creating
1

Create a key

An agent that runs without a browser cannot walk through a consent screen. Create a key under Connected apps. You see the secret once, because we keep only an encrypted fingerprint of it.

2

Exchange it for a token

Client credentials, the way any OAuth client does it.

curl -X POST https://dgenvisual.com/api/oauth/token -d grant_type=client_credentials -d client_id=$STUDIO_CLIENT_ID -d client_secret=$STUDIO_CLIENT_SECRET -d resource=https://dgenvisual.com/mcp
3

Call the server

Send the token as a bearer on https://dgenvisual.com/mcp. Your agent gets exactly the permissions you granted the key, and nothing beyond them.

Go to Connected apps

Give it a job to do

A skill file for any of the three ways above: how this studio works, which model to reach for, how to prompt it, what it costs, and where it stops. Drop it in your assistant’s skills folder, or paste it into its instructions, and it knows the platform without being told twice.

One thing it is good at: giving every article your assistant writes its own cover. That guide is here.

Download the skill file

You decide what an agent may do

Permissions are granted separately. An agent that may only look cannot make anything, and if it tries anyway that attempt shows up in your overview.

And you can take it back

You see everything

Every action by every connected app is in your overview, refused ones included, with what it cost.

You can stop it

One click on Revoke and the access is gone, including access that was still valid. The agent cannot request new access.

There is a limit

A connection may do at most 30 actions per minute and spend 5,000 credits per day. A runaway agent does not cost you your whole wallet.

The same price as on the canvas

An agent uses exactly the same execution path you do. It cannot get anything cheaper, or outside the rules.