replit.com
Replit is a browser-based development platform for building, running, and publishing apps, with AI-assisted app creation and collaboration features. It also provides integrations such as MCP connectivity for Replit Agent and an external Replit MCP server for third-party AI clients.
Replit currently exposes a documented public MCP server for external AI clients at `https://replit-mcp.com/server/mcp`, authenticated via MCP/OAuth; Replit’s older public HTTP API is explicitly retired, and no current public REST/GraphQL developer API or installable CLI surface was found in the docs searched.
- Replit MCP Serverdetected
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://replit.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing