Connect devkoi to your assistant

devkoi runs as an MCP server. Add it once and ask for a site the same way you would in the chat.

Server URL

https://api.devkoi.com/mcp

Any MCP client that can talk to a remote server over HTTP will take this. The cards below are the shortcuts for the common ones.

Claude Code

One command
claude mcp add --transport http devkoi https://api.devkoi.com/mcp

Gemini CLI

One command
gemini mcp add --transport http devkoi https://api.devkoi.com/mcp

VS Code

One command
code --add-mcp '{"name":"devkoi","type":"http","url":"https://api.devkoi.com/mcp"}'

Cursor

Config file

~/.cursor/mcp.json

{
  "mcpServers": {
    "devkoi": {
      "url": "https://api.devkoi.com/mcp"
    }
  }
}

Claude desktop and web

Settings
  1. Settings
  2. Connectors
  3. Add custom connector
  4. Paste the URL above

ChatGPT

Settings
  1. Settings
  2. Connectors
  3. Add custom connector
  4. Paste the URL above

Menus move. If the steps do not match what is in front of you, the server URL is the only part that matters — add it wherever that client keeps its MCP servers.

Signing in

What to say once it is connected

The same thing you would say in Telegram. The assistant passes it on and reports back what changed.

  • “Build me a site for my bakery — menu, opening hours, and where to find us.”
  • “Add a page about deliveries.”
  • “Make the header smaller.”
  • “Show me the preview link again.”

Preview links still last 24 hours, free plans still do not publish, and every change is still a version you can go back to. How it works covers all of it.