Skip to main content

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 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.
Click the Add to Replit badge to install any server. You’ll be prompted to authorize the connection in the Project Editor.

Servers

ServerDescriptionInstall
FigmaGenerate code from Figma designs.View guide
AtlassianProject management and team collaboration tools.Add to Replit
AmplitudeProduct analytics and user behavior insights.Add to Replit
DoolaRegister a US LLC and manage formation, bookkeeping, and taxes.Add to Replit
Google Maps PlatformBuild location-powered apps with maps, places, routing, weather, and more.Add to Replit
GranolaAI-powered meeting notes and transcription.Add to Replit
LazywebSearch 257k+ real app screens for UI references and design research.Add to Replit
LinearCreate and update issues directly from Agent.Add to Replit
MiroCollaborative AI-powered visual platform for planning and design.Add to Replit
MixpanelQuery Mixpanel events, funnels, retention, and dashboards.Add to Replit
NotionSync docs, notes, and project trackers into Agent context.Add to Replit
PostHogProduct analytics, session replay, and feature flags.Add to Replit
RazorpayAccess Razorpay payment and subscription data.Add to Replit
SanityAccess Sanity content, datasets, and schemas.Add to Replit
SentryError tracking and performance monitoring.Add to Replit
SquidlerRun AI-powered web tests, track issues, and verify user flows.Add to Replit
StripePayment processing and financial infrastructure.Add to Replit
TwilioSearch Twilio docs and 1,800+ API endpoints for voice, SMS, email, and identity.Add to Replit
WistiaAccess Wistia video hosting, analytics, and management.Add to Replit
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.