appden

Connect your AI

Do this once. Then just ask your AI to build something and publish it privately.

Claude (claude.ai or the Claude app)

  1. Open Settings → Connectors and click Add custom connector.
  2. Name: appden · URL: https://appden.dev/mcp · click Add.
  3. Click Connect, sign in with your email, and click Allow.
  4. In a new chat: "Build me a simple CRM for the companies I'm interviewing with. Publish it privately with appden."

ChatGPT

  1. Settings → Apps & Connectors → Advanced → turn on Developer mode (Plus/Pro/Business).
  2. Create a connector with URL https://appden.dev/mcp and OAuth authentication, then sign in.
  3. In a chat with developer mode on, ask it to build an app and publish it with appden.

Claude Code, Codex, Cursor

Claude Code (sign in when prompted by /mcp):

claude mcp add --transport http appden https://appden.dev/mcp

Or with an API key (Codex, Cursor, scripts):

codex mcp add appden --url https://appden.dev/mcp --bearer-token-env-var APPDEN_API_KEY

Sign in to create an API key.