> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Replit in Claude

> Use Replit as a connector inside Claude to create and update Replit Apps without leaving your conversation.

Replit is available as a connector inside Claude. Connect it once, and you can build on Replit without leaving your conversation with Claude.

## Connect the Replit connector

In Claude, open the connectors directory, find **Replit**, and connect it. Claude walks you through signing in to your Replit account. After you connect, you can ask Claude to create a new app, change an existing one, or answer questions about an app you're building. Claude relays your request to Replit Agent, which does the work and gives you a link to the live app.

<Tip>
  Ask Claude things like "Create a Replit app that tracks my weekly habits" or "Add a login page to my Replit app." Claude hands the request to Replit Agent and returns a link where you can watch it build.
</Tip>

## Send a design from Claude to Replit

When you create something in Claude's design canvas, you can send it straight to Replit. Choose **Replit** as the destination, and your design opens in Replit as a runnable app. Agent then plans how to turn the static design into a working product, so you can keep building, add a database, and publish.

For the full design-handoff walkthrough, see [Turn a Claude design into an app](/build/claude-to-app).

## How it works

The Replit connector drives Replit through the [Replit MCP Server](/platforms/mcp-server). Claude handles the connection for you.

## Related

* [Replit in ChatGPT](/references/platforms/chatgpt) — build Replit Apps from a ChatGPT conversation.
* [Turn a Claude design into an app](/build/claude-to-app) — the full Claude design handoff.
* [Replit MCP Server](/platforms/mcp-server) — the developer reference for the MCP server that powers these surfaces.
