DADA CLOUD MCP
Run your cloud through your AI agent
Connect Claude, Cursor or another MCP client to DADA Cloud. Your agent can deploy an app, check a build and read logs with your account’s permissions.
Your agent and model. Your apps stay in your console.
From a request to an action
The same resources you see in the console
Choose your client
Two commands for Claude Code. A server address and public ID for other clients.
- Add the connection
Install the Claude Code plugin or add the MCP server in your client’s settings. - Sign in to DADA Cloud
Confirm browser sign-in on the first request. The client receives access with your account’s permissions. - Give it a task
Ask to see your apps, deploy a repository or inspect logs.
/plugin marketplace add DadaDevelopment/dada-cloud-console/plugin install dada-cloud@dada-cloudStart with an everyday task
MCP connects your agent to the cloud API. Project access and permission to make changes are checked just as they are in the console.
01«Show the apps in my project»
02«Open the logs of the latest build»
03«Deploy an app from my repository»
Connection questions
What is MCP in plain terms?
Model Context Protocol is the standard by which an AI client connects to an external service and receives the list of actions it may call. DADA Cloud publishes its API as such a toolset, so the agent operates the cloud itself instead of suggesting commands for you to type.
What is the server URL?
https://console.dada-tuda.ru/mcp. For clients that ask for a static OAuth client id, use dada-mcp — it is public and needs no secret.
Do I have to mint a token by hand?
No. The Claude Code plugin and the Claude Desktop connector run the normal browser login and refresh the short-lived token themselves. A manual Bearer token is only for clients that cannot do browser login.
Is it safe?
The agent acts as you and gets no more rights than your account has: other people's projects are invisible to it, and writes go through the same permission check as the console. Every change stays in the project's operation log.
What does MCP access cost?
Access itself is included with your account and is not billed separately — you pay only for the resources the agent creates: apps, databases, servers, storage.
Will the agent confirm the deploy landed?
Yes. Changes are applied asynchronously: the agent receives an operation, watches it, and reports once the app reports healthy — not at the moment the request was sent.
Connected? Ask to see your projects.
Start by looking around, then move on to deployment and configuration.