Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-tester-tvv

MCP服务器测试器是一个用于检测MCP服务器功能与连接性的网页应用,支持用户输入配置并返回验证结果。

article

README

🚀 MCP服务器测试器

MCP服务器测试器是一款网络应用程序,它能够帮助用户对MCP服务器的功能性和连接性进行测试。用户只需输入MCP服务器配置(例如从Smithery获取的安装代码),该应用程序就能自动验证连接并展示测试结果。

🚀 快速开始

MCP服务器测试器允许用户输入MCP服务器配置,进而测试服务器的连接性与功能性。用户只需输入相关配置信息,应用程序就会自动验证连接并显示结果。

✨ 主要特性

  • 可接受MCP服务器配置(例如从Smithery获得的安装代码)。
  • 能对MCP服务器的连接性和功能性进行测试。
  • 会显示清晰的响应或错误消息。
  • 拥有使用HTML、CSS和JavaScript构建的简单用户界面。
  • 后端API采用Node.js和Express搭建。

🔧 技术细节

技术栈

| 属性 | 详情 | |------|------| | 前端 | HTML、CSS、JavaScript | | 后端 | Node.js、Express、Axios | | 部署 | 前端部署在Netlify/Vercel,后端部署在Render/Railway |

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