Mcp Server Tester

Mcp Server Tester

kothagundlabhavitha

Developer Tools
Visit Server

README

MCP Server Tester šŸš€ A web application that allows users to test the connectivity and functionality of an MCP server by providing its URL or installation code. šŸ”¹ Features āœ… Accepts an MCP server URL or installation code āœ… Verifies connectivity and fetches response āœ… Displays results clearly āœ… Handles errors gracefully āœ… Deployed on Netlify (Frontend) and Render (Backend) šŸ”¹ Tech Stack Frontend: HTML, CSS, JavaScript

Backend: Node.js, Express.js

Hosting: Netlify (Frontend), Render (Backend)

šŸ“Œ Live Demo & Repository šŸ”— Live App: creative-torte-69268c.netlify.app šŸ”— GitHub Repository: https://github.com/kothagundlabhavitha/mcp-server-tester šŸš€ How to Run the Project Locally 1ļøāƒ£ Clone the Repository bash Copy Edit git clone https://github.com/your-username/mcp-server-tester.git cd mcp-server-tester 2ļøāƒ£ Install Dependencies bash Copy Edit npm install 3ļøāƒ£ Start the Backend bash Copy Edit node server.js The backend will start on http://localhost:3000

4ļøāƒ£ Open the Frontend Open index.html in a browser

Or use Live Server extension in VS Code

šŸ“Œ How It Works 1ļøāƒ£ Enter a valid MCP Server URL (e.g., from Smithery) 2ļøāƒ£ Click "Test MCP Server" 3ļøāƒ£ The app sends a request to the backend (Node.js on Render) 4ļøāƒ£ The backend checks the MCP server and returns the response 5ļøāƒ£ The result is displayed on the webpage āš ļø Troubleshooting If you see "Cannot GET /", ensure the backend has a / route:

js Copy Edit app.get("/", (req, res) => res.send("MCP Server Tester Backend is running!")); If the frontend shows "Unexpected token '<'", your backend might be down. Check the Render logs for errors.

If "Failed to fetch", ensure the backend URL is correct in script.js:

js Copy Edit const backendUrl = "https://mcp-server-tester-e4xf.onrender.com"; šŸ“Œ Deployment Details Frontend: āœ… Netlify → creative-torte-69268c.netlify.app

Hosted using Netlify for quick, free deployments

Backend: āœ… Render → https://mcp-server-tester-e4xf.onrender.com

Hosted on Render for a free, always-online backend šŸ›  Future Improvements šŸ”¹ Better error handling šŸ”¹ More test cases for different MCP servers šŸ”¹ Improved UI/UX

šŸ‘Øā€šŸ’» Author Bhavitha Kothagundla

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript