How it works
From sign-up to a published site, in six steps.
We use Claude (Anthropic's AI assistant) to do the actual building — you just describe the site you want. If you've never used Claude, we'll walk you through getting set up.
Claude
Have a Claude account?
- You'll need a Claude account — the free tier works.
- Already have one? Mark this step done and move on.
Add to Claude
- Click Add to Claude below.
- Claude opens with our connector URL on your clipboard.
- Click Add custom connector.
Add custom connector BETA
itsmysite
https://mcp.itsmysite.ai/mcp
Fill in the form
- Set Name to
itsmysite - Paste
https://mcp.itsmysite.ai/mcpinto Remote MCP server URL. - Click Add.
Connect & sign in
- Click Connect on the connector card.
- Sign in to itsmysite when prompted.
- When you're back, the button reads Configure.
Ask Claude to build
- Open a new chat in Claude.
- Describe the site you want — or grab a starter prompt from our examples.
- Claude builds your site and saves it as a draft.
Edit + publish
- Come back here and open the canvas editor.
- Tweak the text, photos & links to make it yours.
- Click Publish to take your site live.
Using Claude Desktop instead?
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"itsmysite": {
"type": "http",
"url": "https://mcp.itsmysite.ai/mcp"
}
}
}