MCP Server Tester
by nandkumar1000
A lightweight web tool to test MCP server connectivity and validate installation codes. It helps developers and system admins verify if their MCP Server setup is functional.
Last updated: N/A
π MCP Server Tester
A lightweight and efficient web tool to test MCP server connectivity and validate installation codes. Built using Node.js, Express, and EJS, this tool helps developers and system admins verify if their MCP Server setup is functional.
π Overview
MCP Server Tester allows you to enter an MCP server installation code and check if the server is responding correctly. Itβs perfect for quick diagnostics and debugging MCP server deployments.
π§ About the Project
This project was created to solve a simple problem: how to quickly verify whether an MCP server is working with a given installation code. Instead of using Postman or CLI tools, you now have a dedicated web interface to test everything with ease.
βοΈ Tech Stack
| Tech | Description | |--------------|----------------------------------| | π’ Node.js | JavaScript runtime environment | | β‘ Express.js | Backend web framework | | π EJS | Templating engine for HTML | | π Axios | For making HTTP requests | | π¨ CSS | Custom styling for UI/UX |
π‘ Use Cases
- β Test MCP server installation codes
- π Validate API response from an MCP server
- βοΈ Debug server setup during development
- π Ensure MCP server connectivity before production
β¨ Features
- π Simple form to enter and test installation codes
- β Clear success/failure messages with formatted responses
- π― Fully responsive layout for desktop and mobile
- π¬ Semantic and accessible UI with clean code structure
- π Clean MVC architecture (Controllers, Routes, Views)
π How to Use
1οΈβ£ Clone the Repository
git clone https://github.com/nandkumar1000/MCP-Server-Tester.git
cd MCP-Server-Tester
2οΈβ£ Install Dependencies
npm install
3οΈβ£ Run the Server
- For development (auto-reload with nodemon):
npm run dev
- For production:
npm start
4οΈβ£ Access the App
Open your browser and go to:
http://localhost:5000
π Project Structure
MCP-Server-Tester/
β
βββ controllers/ # Logic to handle server testing
β βββ testController.js
β
βββ routes/ # Express routes
β βββ index.js
β
βββ views/ # EJS templates
β βββ index.ejs
β βββ result.ejs
β βββ partials/
β βββ header.ejs
β βββ footer.ejs
β
βββ public/ # Static CSS files
β βββ css/
β βββ styles.css
β
βββ server.js # App entry point
βββ package.json # Project metadata and scripts
βββ .env # Environment variables
π§βπ» About the Author
Hi, Iβm Nand Kumar Sahu π
A passionate Full Stack Web Developer with a love for clean UI and scalable backend systems. I enjoy building tools that solve real-world problems.
- πΌ LinkedIn
- π» GitHub
- π« Email:
[email protected]
π Conclusion
MCP Server Tester is a no-fuss utility tool that simplifies the process of validating your MCP server. Whether you're a developer or a tester, this tool saves time and makes testing more intuitive.