Connect your AI to softkiln

Point any MCP client at the endpoint below. A browser window opens to sign in — your account is created on first connect. No token to copy.

MCP endpoint:

https://softkiln.com/mcp/

Streamable HTTP, OAuth 2.1. Also reachable at https://softkiln.com/mcp (redirects to the trailing-slash form).

Coding tools

Claude Code

claude mcp add --transport http softkiln https://softkiln.com/mcp/

Then run /mcp and finish the browser sign-in. Add -s user to use it in every project.

Cursor

Add to ~/.cursor/mcp.json, then click "Needs Login" to authorize:

{
  "mcpServers": {
    "softkiln": {
      "url": "https://softkiln.com/mcp/"
    }
  }
}

VS Code (GitHub Copilot, agent mode)

Add to .vscode/mcp.json (or run "MCP: Add Server"):

{
  "servers": {
    "softkiln": {
      "type": "http",
      "url": "https://softkiln.com/mcp/"
    }
  }
}

Codex CLI

codex mcp add softkiln --url https://softkiln.com/mcp/
codex mcp login softkiln

codex mcp login opens the browser to authorize.

Chat apps

ChatGPT

  1. Settings → Apps → Advanced → turn on Developer mode
  2. Settings → Apps → Create app
  3. Set MCP Server URL to https://softkiln.com/mcp/ and Authentication to OAuth
  4. Click Connect and sign in

Beta. Needs Developer mode; some write actions may require a Business/Enterprise plan.

Claude.ai (and Claude Desktop)

  1. Settings → Connectors
  2. Click "Add custom connector"
  3. Paste https://softkiln.com/mcp/ and click Add
  4. Finish the browser sign-in

Perplexity

  1. Settings → Connectors
  2. Click "Add custom connector" → Remote
  3. Paste https://softkiln.com/mcp/ and choose OAuth
  4. Connect and sign in

Available on Pro, Max, or Enterprise.

Mistral Le Chat

  1. Open Connectors
  2. Click "Add" → Custom MCP Connector
  3. Set the Server URL to https://softkiln.com/mcp/ and auth to OAuth
  4. Connect and sign in

After you connect

Ask your agent to create and ship an app — a free trial needs no card. For example: "create an app called my-app with a Postgres database and deploy it to production."