Skip to main content
Replit MCP uses the Model Context Protocol to let you create, find, inspect, update, and publish Replit Apps from AI tools you already use.

Use Replit in ChatGPT, Claude, or Slack

Replit connects natively to ChatGPT, Claude, and Slack. Pick your platform for the connection steps and examples of what you can build there.

ChatGPT

Connect Replit from Settings → Apps & Connectors, then build apps from any conversation.

Claude

Connect Replit from the connectors directory, then ask Claude to build apps or send it a design.

Slack

Add Replit to your workspace, then ask Slackbot to build a working prototype from your idea.

Connect an MCP client directly

Use the direct connection when your MCP client does not have a Replit native integration. Add the server URL to an MCP client that supports Streamable HTTP and OAuth authorization. The client reads Replit’s protected-resource metadata. Then it prompts you to sign in to Replit. Do not create a custom OAuth server. The Replit MCP Server provides the OAuth metadata that your client needs. You can create apps or work with apps that you can edit, including apps shared with you.

Set up Replit MCP

Codex and Claude Code are examples. You can add Replit MCP to any compatible MCP client.
1

Open the MCP list

In Codex, open SettingsPluginsMCPs.
2

Add Replit

Add a custom MCP. Use a descriptive name such as Replit. Select Streamable HTTP. Enter https://replit-mcp.com/server/mcp and save. Do not add a bearer token or custom headers.
Codex custom MCP form with Replit, Streamable HTTP, the Replit endpoint, and empty bearer token and header fields
3

Authenticate Replit

In the MCP list, enable Replit and select Authenticate. Choose the Replit workspace to connect. Then select Allow.
Codex MCP list with Replit enabled and an Authenticate button
Replit authorization dialog with generic account and workspace placeholders, including workspace choices and an Allow button
4

Use Replit in Codex

Ask Codex to create, inspect, or update a Replit project. For example, ask: “List my recently updated Replit projects.”
Codex response listing three recently updated Replit projects

Tools

Troubleshooting