Replit Agent connects to external tools and data sources through the Model Context Protocol (MCP), an open standard for AI integrations. Each server below installs with a single click — Agent then automatically loads its tools and uses them when appropriate. For the concept, see Model Context Protocol. For the hands-on guide, see Connect via MCP. To connect a server that isn’t listed here, see Add a custom MCP server.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.
Click the Add to Replit badge to install any server. You’ll be prompted to authorize the connection in the Project Editor.
Servers
| Server | Description | Install |
|---|---|---|
| Generate code from Figma designs. | View guide | |
| Project management and team collaboration tools. | ||
| Product analytics and user behavior insights. | ||
| Register a US LLC and manage formation, bookkeeping, and taxes. | ||
| Build location-powered apps with maps, places, routing, weather, and more. | ||
| AI-powered meeting notes and transcription. | ||
| Search 257k+ real app screens for UI references and design research. | ||
| Create and update issues directly from Agent. | ||
| Collaborative AI-powered visual platform for planning and design. | ||
| Query Mixpanel events, funnels, retention, and dashboards. | ||
| Sync docs, notes, and project trackers into Agent context. | ||
| Product analytics, session replay, and feature flags. | ||
| Access Razorpay payment and subscription data. | ||
| Access Sanity content, datasets, and schemas. | ||
| Error tracking and performance monitoring. | ||
| Run AI-powered web tests, track issues, and verify user flows. | ||
| Payment processing and financial infrastructure. | ||
| Search Twilio docs and 1,800+ API endpoints for voice, SMS, email, and identity. | ||
| Access Wistia video hosting, analytics, and management. |
The list grows over time. See the Integrations pane for the current list. To connect any other MCP server, see Add a custom MCP server.
Security protections
All MCP traffic passes through Replit’s security scanner. The scanner evaluates tool definitions and planned executions, blocking suspicious or unsafe tools before they run. If a tool is rejected, Agent will inform you about it.Authentication options
- OAuth dynamic client registration — if the server supports OAuth DCR, Replit automatically detects and registers the client for you. Most pre-listed servers use this flow.
- Custom headers — define one or more header name/value pairs (for example,
X-API-Key). Replit includes these headers in every MCP request so your server can verify the caller. Use this when adding a custom server that authenticates via static tokens.
Explore further
- Install links — link format and badges for sharing your own MCP server.
- Figma MCP — Figma-specific MCP details, rate limits, and seat requirements.