MCP Configs2026年5月12日·1 分钟阅读

Awesome Remote MCP Servers — Directory of Hosted MCPs

Hosted MCP server directory: copy/paste server URLs with no local installs. Includes a Claude Code HTTP/SSE installation guide.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Needs Confirmation · 62/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Mcp
安装
Manual
信任
信任等级:Established
入口
claude mcp add --transport http <name> <url>
通用 CLI 安装命令
npx tokrepo install c98b3929-5892-56e9-9e5a-561a8ff6872d

简介

Awesome Remote MCP Servers 主打速度:复制 server URL 即可连接,不需要本地 npm 安装。适合快速原型验证,或把 MCP server 统一托管在共享基础设施上。

最适合: 希望使用托管 MCP 端点(SSE/HTTP),并快速试用新工具的团队

适配: Claude Code 的 MCP HTTP transport、SSE 端点、远程 MCP 网关

配置时间: 2–8 分钟

关键事实(已验证)

  • README 提供“Remote MCP Installation Guide”。
  • 远程使用模式可避免本地安装:复制 URL + 配置客户端即可。
  • GitHub:1,058 stars · 305 forks;最近更新 2026-05-09(GitHub API 验证)。

正文

远程 MCP 很强,但信任模型也变了。上线前先明确:

  • MCP server 能访问哪些数据(文件、token、日志)。
  • 请求是否被记录与保留多久。
  • 如何固定版本或审计 server 更新。

生产场景建议自托管,或用内部网关做强鉴权与 allowlist。

README 原文节选(verbatim)

Awesome Remote MCP Servers

📧 Subscribe to the Newsletter Stay informed about new MCP servers and updates: Subscribe

Not a developer & looking for ChatGPT Custom Integrations or Claude Custom Connectors? Check out the Remote MCP Server List

A curated, opinionated list of high-quality remote Model Context Protocol (MCP) servers. This repository focuses on listing official and well-maintained MCP servers that can be accessed over the internet, helping developers discover reliable and production-ready services for their AI applications.

What is MCP?

Model Context Protocol (MCP) is a protocol that enables AI models to interact with external tools and resources. Remote MCP servers allow clients to securely connect to these services over the internet.

What are Connectors?

This is OpenAI and Anthropic's branding for connecting to remote MCP servers.

What is the ChatGPT Apps SDK

These are just Remote MCP servers too! They additionally provide UI components as resources that can use displayed inside ChatGPT.

Why Remote only?

Remote MCP servers are a more secure and easier way to use MCP - compared to other methods of using MCP:

  • Legitictacy: Servers can be evaluated by checking the domain in the URL - it should be a familiar and trusted domain.
  • Permissioned: Servers should be assumed to have access to whatever data you've granted your agent access to, based on the authentication method used.
  • Ease of use: You can copy & paste the server URL and you're away. No installing NPM packages.
  • They are the ONLY way to use MCP servers with Web based clients.

How can I use an MCP server listed here?

There are two main ways to use remote MCP servers on this list.

  1. Using a MCP ready client (Claude, ChatGPT, Cursor, etc.)
  2. In an API request to an LLM provider (OpenAI, Anthropic, Gemini, etc.)

Authentication options

This list has a mix of authentication options, different methods are better suited to certain use cases:

  • OAuth 2.1: This is an industry standard for authentication and is supported by MCP Clients like Claude. Adoption amongst clients is growing, but not yet widespread. For this all you need to connect is the server URL, and the client will guide you through the authentication flow.

FAQ

为什么用远程 MCP 而不是本地安装? 答:更快、可集中管理:通过 URL 连接即可,并能在多台机器复用。

默认安全吗? 答:取决于端点运营者;应当像对待远程服务一样考虑鉴权、日志与权限。

怎么安装一个? 答:从目录选一个 server URL,然后按 HTTP transport 的方式加入 MCP 客户端。

🙏

来源与感谢

Source: https://github.com/jaw9c/awesome-remote-mcp-servers > License: MIT > GitHub stars: 1,058 · forks: 305

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产