ping-mcp-server

ping-mcp-server

3.1

If you are the rightful owner of ping-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A server implementation that provides ping functionality to Claude Desktop through MCP (Model Context Protocol).

The MCP Ping Server is a specialized server designed to facilitate network connectivity tests and ping operations for Claude Desktop using the Model Context Protocol (MCP). It supports cross-platform functionality, allowing users on Windows, Linux, and MacOS to perform network diagnostics seamlessly. The server leverages asynchronous operations through FastMCP and Starlette, ensuring efficient and real-time communication via Server-Sent Events (SSE). This makes it an ideal tool for developers and network administrators who need to perform quick and reliable network tests. The server is easy to set up, requiring Python 3.12+ and a few dependencies that can be installed via pip. It is designed primarily for local use, ensuring security and privacy when integrated with Claude Desktop.

Features

  • Ping any host with customizable packet count
  • Quick internet connectivity check using Google's DNS (8.8.8.8)
  • Cross-platform support (Windows, Linux, MacOS)
  • Asynchronous operation using FastMCP and Starlette
  • Server-Sent Events (SSE) for real-time communication