Back to MCP directory
publicPublicdnsLocal runtime

mcpi-server-list

该项目是一个MCPI服务器列表工具,允许用户自定义服务器地址和服务器列表,并提供CORS绕过解决方案以便在现代浏览器中正常使用。

article

README

🚀 设置说明

前往 /client/index.html 并将 https://checker.mcpi.host 更改为你的服务器地址。若你想使用自己的服务器列表,请把 https://pythonscratcher.pics/p/raw/60zeimoq39 替换为你自己的地址。

❓ 什么是 cors.rare1k.workers.dev?

由于现代浏览器存在较多安全措施,这个链接绕过了 CORS 限制,因为我认为实现 CORS 过于繁琐。
若该链接无法使用,可尝试以下备用链接:

  • https://cors.rare1k.dev/
  • https://cors-anywhere-web.up.railway.app/
  • https://cors-anywhere-oragne.vercel.app/api/cors?url=

⚠️ 重要提示

我对此不负责任,仅供参考。

🤝 贡献说明

请 Fork 本项目(也可提 Pull Request)

本项目遵循 GPL 3.0 协议

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client