Author avatar

mcp-server-tester

by UdhayaParameshwaran-ai

Server

Tags

4.8 (120)

🧪 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 to HEAD 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

  1. Clone the repository
    git clone https://github.com/UdhayaParameshwaran-ai/mcp-server-tester.git
    cd mcp-server-tester
    
  2. Install dependencies
    npm install
    
  3. Start the application
    node server.js
    
  4. Visit in your Brower http://localhost:3000/

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →