# Replit

> Generate and deploy code on Replit from inside ChatGPT — verified for 2026.

[Canonical HTML page](https://top-mcps.com/mcp/replit) · [server.json](https://top-mcps.com/mcp/replit.json) · [methodology](https://top-mcps.com/about/methodology)

## Install

### ChatGPT — `ChatGPT → Apps directory`

```none

```

## At a glance

- **Maintainer:** Replit
- **Transport:** Streamable HTTP
- **Auth model:** OAuth 2.1
- **Required secrets:** None
- **Supported clients:** ChatGPT
- **License:** Proprietary
- **Last verified:** 2026-04-30
- **Score:** 49/100 (rubric 2026-04 — see https://top-mcps.com/about/methodology)

## Quick answer

**What it does.** Creates and modifies Replit projects from natural-language prompts. Spins up the runtime, executes code, surfaces stdout/stderr in the chat, and exposes one-click deploys to a Replit-hosted URL. Files sync to the user's Replit account.

**Best for:**
- Prototyping and code playgrounds
- Snippet validation
- Hands-on learning
- Quick deploy of small tools

**Not for:**
- Large repository workflows
- Production deploys with custom infra
- Compliance-sensitive workloads

## Recipes

### Build and deploy a tiny tool from a one-line spec

```
Replit, build a simple Python web app that takes a YouTube URL and returns the transcript as plain text. Use FastAPI. Run it, fix any errors, then deploy it and give me the URL.
```

_Tested with: ChatGPT_

## Description

Replit's ChatGPT app turns code prompts into running Replit projects. Generate the code, run it in a real environment, debug in the chat, and deploy to a working URL — all without leaving ChatGPT.

## Why it matters

Code generation is ChatGPT's home turf and execution has always been the missing link. Replit closes that loop: prompt → generate → run in a real container → see output → deploy. The most "agentic" of the launch apps for builders.

## Key features

- Generates and modifies projects from prompts
- Live execution with output streamed into the chat
- One-click deploy to a Replit URL
- Files persist in your Replit account
- Apps SDK directory app

## FAQ

### Do I need a Replit paid plan?

No for the basics. Free Replit accounts cover code generation, execution, and basic deploys. Replit Core or Teams unlocks more compute, always-on Repls, and private projects.

### Where does the code actually run?

In your Replit account's sandboxed containers — the same runtime as Repls created on Replit directly. ChatGPT triggers the run and streams output; Replit executes.

### Can it work with my existing Replit projects?

Yes. Connect a project by name in the conversation and the app modifies it in place. New projects also work — describe the project and the app creates it from scratch.

### What languages and frameworks are supported?

The full Replit catalog — Python, Node.js, Go, Rust, Java, and dozens more. Frameworks like Flask, Express, Next.js, FastAPI, and React Native templates ship as Replit project templates the app can scaffold from.

## Changelog

- **2026-04-30** — Refreshed install snippets and fact sheet; verified for 2026.
- **2025-12-15** — Initial directory listing.
