MCP Server Tester logo

MCP Server Tester

by harshaagrawal20

MCP Server Tester is a minimalist Node.js application designed to test the connectivity of MCP servers. It provides instant visual feedback and detailed HTTP status reporting.

View on GitHub

Last updated: N/A

What is MCP Server Tester?

MCP Server Tester is a tool to validate and test the connection of MCP (Mobile Content Platform) servers. It uses a simple API endpoint to test server URLs and provides detailed diagnostics.

How to use MCP Server Tester?

  1. Clone the repository: git clone https://github.com/harshaagrawal20/MCP-server-tester.git. 2. Navigate to the directory: cd MCP-server-tester. 3. Install dependencies: npm install express cors body-parser axios. 4. Start the server: node server.js. 5. Access the application in your browser at http://localhost:5000. You can use the API by sending a POST request to /test-mcp with a JSON payload containing the server URL.

Key features of MCP Server Tester

  • Instant visual feedback (success/error states)

  • Hardware-accelerated CSS animations

  • Responsive glassmorphism design

  • Detailed HTTP status reporting

Use cases of MCP Server Tester

  • Verifying MCP server availability

  • Troubleshooting connection issues

  • Monitoring server health

  • Validating server URL structure

FAQ from MCP Server Tester

What is the purpose of this application?

To test the connectivity and validate the URL of MCP servers.

What technologies are used in this application?

Node.js, Express, Axios, HTML5, CSS3, and ES6.

How do I change the port the server runs on?

Modify the PORT variable in the server.js file.

How do I adjust the connection timeout?

Modify the TIMEOUT variable in the server.js file.

Is there a live demo available?