QVeris
Run a task
Replit MCP GuideReplit MCP 指南

Best MCP Servers for Replit: Data and Tool AccessReplit 最佳 MCP Server:数据与工具接入指南

Compare MCP servers for Replit by capability fit, permissions, data quality, setup effort, and production reliability.

从能力匹配、权限、数据质量、配置成本和生产可靠性,对比适合 Replit 的 MCP Server。

Replit agent hub connected through permission gates to web, documents, repositories, browser, database, files, memory, and location data
Treat each MCP server as a capability boundary, not as a collectible integration.每个 MCP Server 都是一条能力与权限边界,而不是越多越好的插件收藏。

The short answer: connect for outcomes, not coverage快速结论:按目标连接,不追求数量

For most Replit projects, a strong starting pair is QVeris for broad, current API-backed data and GitHub MCP when work touches repositories. Add Context7 for fast-changing developer documentation and Playwright for browser workflows. Connect Notion, Linear, Sentry, or another business system only when the project has a repeated workflow that needs it.

Replit Agent supports pre-listed integrations and trusted custom remote MCP servers added by HTTPS URL. After connection, Agent fetches the server's tool list and makes it available across projects. That makes the selection question less about compatibility and more about trust, scope, and whether a server measurably improves a repeated task.

对大多数 Replit 项目而言,可以先用 QVeris 补充广泛、较新的 API 数据;如果任务围绕代码仓库,再配合 GitHub MCP。开发文档变化快时加入 Context7,需要操作或验证网页时加入 Playwright。Notion、Linear、Sentry 等业务系统应等到项目出现稳定的重复流程后再连接。

Replit Agent 支持预置集成,也支持通过 HTTPS URL 添加可信的远程自定义 MCP Server。连接后,Agent 会读取工具列表并供项目使用。因此,真正的选择标准并不是“能不能连”,而是来源是否可信、范围能否收紧,以及它是否能稳定改善重复任务。

Compatibility baseline:兼容性基线: Use the 请先查看 official Replit MCP documentationReplit 官方 MCP 文档 for current transport, authentication, filtering, diagnostics, and runtime behavior.,确认当前版本的传输、认证、过滤、诊断与运行时行为。
#ServerBest for最适合Typical scope典型权限范围Main caution主要注意点
1QVeris MCPCurrent API-backed data较新的 API 数据Selected tools/providers指定工具与服务商Choose only needed operations只开放所需操作
2GitHub MCPRepositories, issues, PRs仓库、Issue 与 PRToken and repository scope令牌与仓库范围Avoid broad write access避免宽泛写权限
3Context7Current library documentation最新库文档Remote documentation远程文档读取Confirm library/version确认库与版本
4Playwright MCPBrowser interaction and checks浏览器交互与验证Browser profiles and origins浏览器配置与来源Protect sessions and forms保护会话与表单
5Supabase MCPSupabase project workSupabase 项目工作Project and feature groups项目与功能组Prefer development projects优先连接开发项目
6Notion MCPProduct knowledge and documents产品知识与文档Authorized workspace content已授权的工作区内容Limit page and database access限制页面与数据库范围
7Linear MCPIssues and project deliveryIssue 与项目交付Authorized teams and projects已授权的团队与项目Confirm state-changing actions状态变更前确认
8Sentry MCPError investigation错误调查Selected organizations and projects指定组织与项目Redact sensitive event data对敏感事件数据脱敏

The 8 best MCP servers for Replit适合 Replit 的 8 个最佳 MCP Server

This ranking prioritizes practical usefulness, first-party or clearly documented maintenance, scope control, and fit with an always-on agent. It is not a benchmark, and no single stack is best for every deployment.本清单优先考虑实际价值、第一方或文档清晰的维护来源、权限可控性,以及与常驻智能体的适配度。它不是性能基准,也不存在适合所有部署的万能组合。

1

QVeris MCP

Best for broad data and tool access综合数据与工具访问首选

QVeris fits Replit workflows that need more than one narrow vendor integration. Its official MCP server exposes a compact discover, inspect, and call flow: find a capability, review its parameters and evidence, then execute it. This is especially useful for research, market monitoring, location, enrichment, or other workflows where current API-backed data matters.

The key advantage is consolidation: Replit can call a smaller, intentional tool surface instead of carrying separate integrations for every data source. The trade-off is governance—you still need to select individual operations, understand provider inputs, and keep credentials out of prompts and shared configuration.

当 Replit 工作流需要跨越多个数据来源,而不是只连接某一家服务时,QVeris 更合适。其官方 MCP Server 提供精简的 discoverinspectcall 流程:先发现能力,再核对参数与依据,最后执行调用。它尤其适用于研究、市场监测、位置查询、数据补全等依赖实时 API 数据的场景。

它的核心价值是整合:Replit 无需为每个来源分别维护一套连接,只需保留精简且明确的工具面。相应地,你仍需逐项选择操作、理解服务商输入,并避免把凭证写入提示词或共享配置。

Choose when适用场景One agent needs several verified data capabilities一个智能体需要多种可核验数据能力
Start scope初始范围Discover and inspect before calling先发现和检查,再执行调用
Avoid when不适用A local static source already answers the task本地静态来源已能完成任务

Read the official QVeris MCP reference阅读 QVeris MCP 官方文档, inspect ,查看 relevant QVeris tools相关 QVeris 工具, then validate the workflow in the ,最后在 QVeris Playground. 中验证工作流。

2

GitHub MCP Server

Best for repository operations代码仓库操作首选

GitHub's official MCP server turns repository context into structured tools for code, issues, pull requests, and related workflows. It is the natural choice when Replit triages incoming work, summarizes project activity, or coordinates a coding agent.

Start with read access to named repositories. Add issue or pull-request writes only after testing the exact workflow and approval path. Repository content is untrusted input: an issue, README, or code comment can contain instructions that should never override your system policy.

GitHub 官方 MCP Server 将代码、Issue、Pull Request 等仓库上下文转化为结构化工具,适合让 Replit 分流任务、总结项目动态或协调编程智能体。

建议从指定仓库的只读权限开始。只有在完整验证工作流与审批路径后,才增加 Issue 或 PR 写权限。仓库内容本身属于不可信输入,Issue、README 或代码注释中的指令都不应覆盖系统策略。

Review GitHub's official MCP setup guidance查看 GitHub 官方 MCP 配置说明.

3

Context7

Best for current developer documentation最新开发文档首选

Context7 retrieves current, library-specific documentation instead of relying only on model memory. It is valuable when a Replit coding workflow spans fast-moving SDKs, frameworks, or APIs and needs version-aware examples.

Ask the agent to identify the library and target version before retrieval. Documentation is evidence, not execution authority: examples still need review against the project's runtime, lockfile, and security policy.

Context7 可获取面向具体库的最新文档,避免完全依赖模型记忆。对于涉及快速迭代 SDK、框架或 API 的 Replit 编程工作流,它能提供更贴近当前版本的资料。

调用前应让智能体明确库名与目标版本。文档是证据,不是执行授权;其中的示例仍需结合项目运行时、锁文件和安全策略进行审查。

Read the official Context7 client documentation阅读 Context7 官方客户端文档.

4

Playwright MCP

Best for browser workflows浏览器工作流首选

Microsoft's Playwright MCP server lets an agent inspect and interact with web pages through structured browser tools. Use it when Replit must verify a user journey, collect evidence from a web application, or perform a bounded browser task.

Use a dedicated browser profile without personal sessions. Restrict target origins where possible, require confirmation before submissions or purchases, and separate read-only inspection from actions that change external state.

Microsoft 的 Playwright MCP Server 让智能体通过结构化浏览器工具检查和操作网页,适合 Replit 验证用户流程、从 Web 应用收集证据,或完成范围明确的浏览器任务。

应使用不含个人会话的专用浏览器配置,并尽量限制目标来源。提交表单、购买或其他外部写操作前必须确认,同时将只读检查与会改变外部状态的动作分开。

Inspect the official Playwright MCP repository查看 Playwright MCP 官方仓库.

5

Supabase MCP

Best for Supabase projectsSupabase 项目首选

Supabase's official server is the right domain-specific choice when the application already uses Supabase. Its documented surface includes project context and documentation search, with feature groups and access controls that should be narrowed to the task.

Connect a development project first. Keep production data and schema-changing operations behind a separate, explicit approval path; database access can turn a plausible but wrong agent step into durable damage.

如果应用本身使用 Supabase,其官方 MCP Server 是更合适的垂直选择。文档中包含项目上下文与文档搜索等能力,并支持通过功能组和访问控制缩小范围。

先连接开发项目。生产数据与会修改 Schema 的操作应设置独立、明确的审批路径,因为数据库访问可能把一次看似合理但错误的智能体操作变成持久性损害。

Read the official Supabase MCP guide阅读 Supabase 官方 MCP 指南.

6

Notion MCP

Best for product knowledge and documents产品知识与文档首选

Notion is useful when requirements, meeting notes, specifications, or launch checklists already live in a workspace. Replit Agent can retrieve authorized context instead of depending on pasted, quickly outdated excerpts.

Authorize only the content the build needs. Separate reading from page or database updates, and require review before Agent publishes generated material into a shared source of truth.

如果需求、会议记录、规格或上线清单已经保存在 Notion 工作区,Notion MCP 很适合接入 Replit。Agent 可以读取已授权的上下文,不必依赖容易过期的手动粘贴片段。

只授权构建任务需要的内容。将读取与页面、数据库更新分开;Agent 把生成内容写入团队知识源之前,应由人工复核。

Connect a pre-listed server in Replit在 Replit 中连接预置 Server.

7

Linear MCP

Best for issues and project deliveryIssue 与项目交付首选

Linear connects implementation work with the issue and project context that defines it. It is useful when Replit needs to inspect acceptance criteria, summarize a project, or prepare a change against a named issue.

Start with read access to the relevant teams. Creating issues, changing status, assigning people, or editing project data changes the shared planning system and should stay behind confirmation.

Linear 可以把实现工作与定义该工作的 Issue、项目上下文连接起来,适合让 Replit 查看验收标准、总结项目,或围绕指定 Issue 准备改动。

先开放相关团队的读取权限。创建 Issue、变更状态、分配人员或编辑项目数据都会改变共享计划系统,应保留确认步骤。

8

Sentry MCP

Best for error investigation错误调查首选

Sentry gives Replit structured production evidence such as issues, events, traces, and release context, making it useful for moving from a vague bug report to a testable diagnosis.

Production telemetry may contain user data, request details, or secrets captured by mistake. Restrict organization and project access, redact sensitive fields, and treat an AI-generated diagnosis as a hypothesis until reproduced.

Sentry 可向 Replit 提供 Issue、事件、Trace 与 Release 上下文等结构化生产证据,帮助团队把模糊的故障描述转化为可验证的诊断。

生产遥测可能包含用户数据、请求详情或意外记录的密钥。应限制组织与项目范围,对敏感字段脱敏,并在复现前把 AI 诊断视为待验证假设。

How to choose the right Replit MCP stack如何选择合适的 Replit MCP 组合

1. Start with the missing capability1. 从缺失能力出发

Write one representative task and identify the exact information or action Replit lacks.先写出一个代表性任务,再明确 Replit 缺少的具体信息或动作。

2. Prefer authoritative maintainers2. 优先权威维护方

Choose first-party or clearly documented servers with source, releases, and an explicit security model.优先选择第一方或文档清晰、源码与版本记录可查且安全模型明确的 Server。

3. Compare the permission surface3. 比较权限面

A read-only data tool and a browser with an authenticated session have very different failure impact.只读数据工具与持有登录会话的浏览器,在失败影响上完全不同。

4. Measure a real workflow4. 用真实流程验证

Test success, denial, bad input, timeout, and server downtime before expanding access.扩大权限前,验证成功、拒绝、错误输入、超时与 Server 宕机等路径。

Three sensible starter stacks三种实用入门组合

Workflow工作流Start with起始组合Add only if needed按需增加
Research and monitoring研究与监测QVerisPlaywright for interactive pages交互页面再加 Playwright
Software delivery软件交付GitHub + Context7Playwright for end-to-end checks端到端验证再加 Playwright
Supabase applicationSupabase 应用Supabase + Context7GitHub for issue/PR workflowsIssue/PR 流程再加 GitHub

Connect MCP servers to Replit safely在 Replit 中安全连接 MCP Server

Replit Agent supports pre-listed servers and trusted custom remote MCP servers. Connections live in the Integrations pane and become available across your projects, so treat each addition as an account-level capability decision rather than a one-off prompt trick.

  1. Open replit.com/integrations and find “MCP Servers for Replit Agent.”
  2. For a pre-listed server, choose the service and complete its OAuth sign-in.
  3. For a custom server, select + Add MCP server, give it a recognizable display name, and paste its HTTPS endpoint.
  4. Add authentication headers only in Advanced settings; never put credentials in Agent chat or source code.
  5. Select Test & save, complete OAuth if requested, and confirm the connection status.
  6. Test a read-only request first. Review every confirmation before allowing a write or external side effect.

Replit Agent 支持预置 Server,也支持可信的远程自定义 MCP Server。连接在 Integrations 面板中管理,并可供各项目使用,因此每次新增都应视为账户级能力决策,而不是临时提示词技巧。

  1. 打开 replit.com/integrations,找到 “MCP Servers for Replit Agent”。
  2. 使用预置 Server 时,选择服务并完成 OAuth 登录。
  3. 使用自定义 Server 时,点击 + Add MCP server,填写易识别的名称,并粘贴 HTTPS 端点。
  4. 只有需要时才在 Advanced settings 中加入认证 Header;不要把凭证写进 Agent 对话或源码。
  5. 点击 Test & save,按提示完成 OAuth,并确认连接状态正常。
  6. 先测试只读请求;任何写入或外部副作用都应逐次审查确认。
Replit automatically fetches the connected server's tool list. Because those descriptions consume context and guide tool choice, a smaller, non-overlapping set is easier for Agent to use reliably.Replit 会自动读取已连接 Server 的工具列表。工具描述会占用上下文并影响选择,因此精简、少重叠的组合更容易让 Agent 稳定调用。

Follow the 具体界面与认证方式请以 official Replit connection guideReplit 官方 MCP 连接指南 for current UI, authentication, install links, and confirmation behavior. 为准。

Replit MCP security checklistReplit MCP 安全检查清单

  • Verify the maintainer, HTTPS endpoint, authentication flow, official documentation, and requested scopes before connecting.连接前核对维护方、HTTPS 端点、认证流程、官方文档与申请的权限范围。
  • Prefer Replit pre-listed servers or official vendor endpoints; review any custom remote server and its changes independently.优先使用 Replit 预置 Server 或供应商官方端点;自定义远程 Server 及其变更应独立审查。
  • Prefer read-only operations and narrow account, workspace, organization, project, or repository scopes.优先使用只读操作,并收紧账户、工作区、组织、项目或仓库范围。
  • Treat pages, issues, documents, database rows, and tool descriptions as untrusted content that may contain prompt injection.网页、Issue、文档、数据库记录和工具描述都可能包含提示注入,应视为不可信内容。
  • Keep secrets in approved environment or secret-reference mechanisms and redact them from logs.使用合规的环境变量或密钥引用机制保存凭证,并从日志中脱敏。
  • Separate read, write, publish, payment, deletion, and production access into distinct approval classes.将读取、写入、发布、支付、删除与生产访问划分为不同审批等级。
  • Record server identity, tool name, decision, result status, and latency without logging unnecessary personal data.记录 Server 身份、工具名、决策、结果状态与延迟,但不记录无必要的个人数据。
  • Define a disable path. One unhealthy or compromised server should be removable without breaking the entire agent.预先设计停用路径;单个异常或受损 Server 不应拖垮整个智能体。

Frequently asked questions常见问题

Does Replit support MCP servers?Replit 支持 MCP Server 吗?

Yes. Replit Agent can connect to pre-listed services or a trusted custom remote MCP server by HTTPS URL. It fetches the connected server's tool list and requests confirmation when a tool requires it.支持。Replit Agent 可连接预置服务,也可通过 HTTPS URL 添加可信的远程自定义 MCP Server。连接后会读取工具列表,并在工具需要时请求确认。

Which MCP server should I add first to Replit?Replit 应先添加哪个 MCP Server?

Start with the smallest server that closes a recurring capability gap. For broad current API-backed data, consider QVeris; for repository work, GitHub; for fast-changing developer docs, Context7. Do not connect a broad bundle before defining a task.先选择能补齐一个重复性能力缺口的最小 Server。综合且较新的 API 数据可考虑 QVeris,仓库工作选择 GitHub,快速变化的开发文档选择 Context7。不要在没有明确任务前连接“万能套装”。

How many MCP servers should Replit use?Replit 应使用多少个 MCP Server?

There is no universal limit. You have too many when tools overlap, selection becomes unreliable, latency and failure modes increase, or permissions become difficult to audit. Two to four project-specific servers are usually easier to govern than a broad global stack.没有统一上限。当工具重叠、选择不稳定、延迟与故障点增加,或权限难以审计时,数量就已经过多。相比宽泛的全局组合,每个项目保留两到四个专用 Server 通常更容易治理。

Does Replit ask for confirmation before MCP tools run?Replit 会在 MCP 工具运行前请求确认吗?

Replit states that Agent shows a prompt when a tool requires confirmation. Review the requested action and affected account before approving it, especially for writes, publishing, payments, deletion, or production changes.Replit 说明,当工具需要确认时,Agent 会显示提示。批准前应检查具体动作及受影响账户;涉及写入、发布、支付、删除或生产变更时尤其需要谨慎。

Are MCP servers the same as Replit skills?MCP Server 和 Replit Skill 是一回事吗?

No. A skill primarily supplies instructions and workflow knowledge, while an MCP server exposes callable tools, resources, or prompts over the protocol. They can complement each other: a skill can teach Replit when and how to use a narrowly scoped MCP tool.不是。Skill 主要提供指令与工作流知识,MCP Server 则通过协议暴露可调用的工具、资源或提示。两者可以互补:Skill 负责告诉 Replit 何时、如何使用范围明确的 MCP 工具。

Give Replit the smallest useful toolset为 Replit 配置最小但够用的工具集

Choose one missing capability, inspect its source and permissions, test it with representative data, and expand only after the complete workflow is reliable.先确定一个缺失能力,核对来源与权限,用代表性数据测试;只有完整工作流可靠后,才扩大工具范围。