Skip to content
YOUR EDITOR IS STILL YOUR EDITOR

Your agent,
connected

Connect Claude Code, Codex or Cursor to aidrop. Then ask it to bring your app from a repository to a live address.

01 / CONNECT AND SIGN IN

Pick your agent

For the plugin connection, install it and sign in when prompted. Any other MCP client points at the same address and authorises the same way.

Claude Code

Then start `claude` and run `/mcp` to sign in.

claude plugin marketplace add aidropit/pluginsclaude plugin install aidropit@aidropit

Codex CLI

The last line signs you in.

codex plugin marketplace add aidropit/plugins --sparse .agents/pluginscodex plugin add aidropit@aidropitcodex mcp login aidropit

Cursor, or anything else that speaks MCP

Point it at the address and approve the consent screen it opens on the first call.

{ "mcpServers": { "aidrop": { "url": "https://aidrop.it/mcp" } } }
02 / BRING THE APP YOU’RE WORKING ON

Give it a task
Keep the conversation

Open your repository in your coding agent and ask it to connect the project. Ask it what the runtime needs from the code, then confirm before deploying.

Try this with an existing repository

Your agent may ask for access or missing configuration. A build is what determines whether this repository runs here, and it names what stopped it.

Connect this repository to an aidrop project.Check what it needs to run there.Show me any blockers before we deploy.
NOT USING ONE OF THESE?

MCP is the way in, and the only one

Any client that speaks MCP reaches the same Services: point it at https://aidrop.it/mcp and authorise it in the browser. There is no public REST API and no API key to create — that surface and its SDKs were retired, and an agent holding an OAuth authorisation is what replaced them.

Read the quickstart