ClaudeEasyDeploy AI

Claude + EasyDeploy AI

Add EasyDeploy to Claude in a few clicks.No installation required.
Claude talks to EasyDeploy through a standard connector (MCP). Once it is connected, you can work with your models, data, and projects from Claude on the web or in Claude Desktop.

Add the EasyDeploy connector

  1. Open Claude in the browser (claude.ai) or open the Claude Desktop app.
  2. Open Settings, then Connectors, and choose Add custom connector.
  3. Enter exactly:
    • Name: EasyDeploy AI
    • Remote MCP server URL: https://mcp.easydeploy.ai/mcp
  4. Save the connector so EasyDeploy appears in your list of connectors.
  5. Open the EasyDeploy connector entry and choose Connect, then finish sign-in in your browser. That step authorizes Claude to use your EasyDeploy account (see below).
Claude Add custom connector dialog with Name and Remote MCP server URL fields
Use the Add custom connector screen to paste the display name and the MCP URL shown in step 3.

Connect and sign in (inside Claude)

After the custom connector is set up, Claude shows an EasyDeploy card with the MCP URL and a Connect button. Use that flow to sign in. Access stays tied to the EasyDeploy profile you authenticate in the browser. Then new chats can use EasyDeploy in Claude like any other enabled connector.
EasyDeploy connector in Claude showing MCP URL and Connect button before sign-in
Choose Connect in Claude to complete sign-in in the browser. This authorizes Claude for your EasyDeploy account.

Claude Desktop and file uploads

File uploads and some tool calls reach EasyDeploy over the network. On Desktop, Claude blocks outbound traffic unless you explicitly allow the domains it should call.
  • Open SettingsCapabilities.
  • Turn on Allow network egress.
  • Under the domain allowlist, add this entry exactly (including the leading *.): *.execute-api.us-east-1.amazonaws.com
Claude Capabilities settings showing Allow network egress enabled and execute-api domain in the allowlist
Egress must be on; add the execute-api pattern under additional allowed domains so Desktop can reach the API.

The domain allowlist UI is available on paid Claude plans.

Open source MCP server

The MCP server is open source. You can read the code, self-host, or contribute. The repository is on GitHub:

EasyDeploy-AI/easydeploy-ai-mcp

EasyDeploy custom skills

Optionally add our Claude custom skill bundles. Each download is a .skill file you upload once in Claude; use them together with the MCP connector.
Data preparation playbook

A detailed data preparation playbook: cleaning tabular data, EDA, leakage checks, and label files ready for EasyDeploy AutoML training. Use with the MCP connector for projects, uploads, training, and predictions.

Invoice collection scoring

ML-powered accounts-receivable scoring: collection probability per open invoice, a rescue-first call list, cash flow forecast charts (base, naive, and ML scenarios), and an AR Intelligence dashboard. Requires QuickBooks and the EasyDeploy MCP connector.

Add the skill in Claude

  1. Open Customize.
  2. Open Skills.
  3. Choose + Create Skill, then Upload a skill.
  4. Upload the .skill file you downloaded (drag and drop or browse). Repeat for each bundle you want — for example easydeploy.skill and easydeploy-invoice-score.skill. Each file must include SKILL.md inside the bundle; ours do.
Claude Upload skill dialog: drag and drop or click to upload, with file requirements for SKILL.md
In Upload a skill, add a .skill file you downloaded above. Upload again for a second skill if needed.