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)
- Open Settings → Connectors and click Add custom connector.
- Name:
appden· URL:https://appden.dev/mcp· click Add. - Click Connect, sign in with your email, and click Allow.
- In a new chat: "Build me a simple CRM for the companies I'm interviewing with. Publish it privately with appden."
ChatGPT
- Settings → Apps & Connectors → Advanced → turn on Developer mode (Plus/Pro/Business).
- Create a connector with URL
https://appden.dev/mcpand OAuth authentication, then sign in. - 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.