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
- Settings → Apps → Advanced → turn on Developer mode
- Settings → Apps → Create app
- Set MCP Server URL to
https://softkiln.com/mcp/and Authentication to OAuth - Click Connect and sign in
Beta. Needs Developer mode; some write actions may require a Business/Enterprise plan.
Claude.ai (and Claude Desktop)
- Settings → Connectors
- Click "Add custom connector"
- Paste
https://softkiln.com/mcp/and click Add - Finish the browser sign-in
Perplexity
- Settings → Connectors
- Click "Add custom connector" → Remote
- Paste
https://softkiln.com/mcp/and choose OAuth - Connect and sign in
Available on Pro, Max, or Enterprise.
Mistral Le Chat
- Open Connectors
- Click "Add" → Custom MCP Connector
- Set the Server URL to
https://softkiln.com/mcp/and auth to OAuth - 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."