MCP Server Tester
by UdhayaParameshwaran-ai
The MCP Server Testing Application is a Node.js web application designed to test the connectivity and basic functionality of a Modular Computational Prompting (MCP) server. It's useful for developers integrating with MCP-compatible AI backends.
View on GitHub
Last updated: N/A
๐งช MCP Server Testing Application
A simple Node.js web application that tests connectivity and basic functionality of a Modular Computational Prompting (MCP) server. Useful for developers building or integrating with MCP-compatible AI backends.
๐ Features
- Test basic connectivity to any MCP server.
- Validate
/health
endpoint or fallback toHEAD
request. - Send a sample prompt to the
/run
endpoint to verify functionality. - Displays:
- Server response
- Result/answer
- Execution steps/thoughts
- Output schema
๐ฆ Tech Stack
- Node.js + Express
- Axios for HTTP requests
- HTML frontend (in
public/
directory)
๐ ๏ธ Installation & Setup
- Clone the repository
git clone https://github.com/UdhayaParameshwaran-ai/mcp-server-tester.git cd mcp-server-tester
- Install dependencies
npm install
- Start the application
node server.js
- Visit in your Brower http://localhost:3000/