Skip to content

Connect your agent

A coding agent can work on your Vizitka site through MCP. You approve the connection in your browser, and the agent receives access only to sites in your account.

Run this command in a terminal:

Terminal window
claude mcp add --transport http vizitka https://ai.vizitka.app/mcp

The command saves the server address. In Claude Code, authenticate the Vizitka server when prompted. If needed, run:

Terminal window
claude mcp login vizitka

Your browser opens auth.vizitka.app. Sign in with Instagram, check the agent name and account, choose the access it should have, and approve the connection. The agent connects to ai.vizitka.app; the sign-in and approval screen lives on the separate auth address.

Open Cursor’s MCP settings, or add this remote server to your personal mcp.json:

{
"mcpServers": {
"vizitka": { "url": "https://ai.vizitka.app/mcp" }
}
}

Enable the server and follow Cursor’s OAuth prompt in your browser.

Custom MCP apps require developer mode in ChatGPT. In Settings > Apps, open the advanced settings and enable developer mode if your plan and workspace allow it. Choose Create, enter https://ai.vizitka.app/mcp as the remote server, select OAuth, scan the tools, and complete the browser prompt.

Availability and write access depend on your ChatGPT plan and workspace settings.

Vizitka registers compatible clients when they first connect, so there is no client ID, secret, or token for you to copy. If a client asks you to paste a token, do not. Use its normal Connect or Sign in action instead.

Read access lets an agent inspect the site, its pages, files, versions, languages, and publishing state. Write access also lets it create drafts, upload files, change settings, and publish. A connection never reaches a site outside your account.

Open Dashboard > Account. Under Coding agents, find the connection and select Disconnect. Its current access stops immediately. The client must ask for permission again before it can return.