mcp-mcp-java-sdk-examples

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

MCP Server Tester

This is a simple web application that allows you to test MCP (Model Context Protocol) servers like those hosted on smithery.ai.

🌐 Live Demo

Click here to test

💻 How It Works

  • You paste an MCP config JSON into the textarea.
  • The frontend sends the request to a local Node.js backend.
  • The backend forwards the request to the MCP server endpoint and returns the result.
  • The frontend displays the result clearly.

🛠️ Technologies Used

  • HTML, CSS, JavaScript (Frontend)
  • Node.js, Express, Axios (Backend)

⚙️ Setup Instructions (Local)

  1. Clone the repo:
    git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
    cd YOUR_REPO_NAME