MCP Server Tester logo

MCP Server Tester

by Lokan-Gahir

A simple web application to test MCP (Model Context Protocol) servers. It allows users to easily send requests to MCP servers and view the results.

View on GitHub

Last updated: N/A

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