MCP Server Tester

by rikki-codes

283 downloads
Not rated
GitHub

About

A web app to test MCP servers using an installation code from Smithery.

Details

Author
rikki-codes
Downloads
283
Categories
Developer Tools

- Accepts an MCP installation code from Smithery
- Verifies server connectivity
- Displays success/error messages
- Uses environment variables for security
- Deployable on Vercel (frontend) & Render/Heroku (backend)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server Tester
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, then set up the frontend and backend separately. For the frontend: cd frontend; npm install; npm run dev. For the backend: cd backend; npm install; node index.js. Deploy the frontend on Vercel and the backend on Render or Heroku, using environment variables for security.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server tester": {
            "mcp-server-test-app": {
                "command": "node",
                "args": [
                    "index.js"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-test-app": {
        "command": "node",
        "args": [
            "index.js"
        ]
    }
}

MCP Server Tester

A web app to test MCP servers using an installation code from Smithery.

🚀 Features

- Accepts an MCP installation code - Verifies server connectivity - Displays success/error messages - Uses environment variables for security - Deployable on Vercel (Frontend) & Render/Heroku (Backend)

---

📌 Tech Stack

- Frontend: React + TypeScript, Axios, CSS - Backend: Node.js + Express, Axios, dotenv

---

🛠️ Setup Instructions

Frontend

cd frontend
npm install
npm run dev
 

Backend

cd backend
npm install
node index.js
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.