Back to MCP directory
publicPublicdnsLocal runtime

PythonScratcher_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.rare1k.workers.dev 这个工具用于绕过 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