ping-mcp-server
0
The MCP Ping Server enables Claude Desktop to perform network connectivity and ping operations using the MCP protocol. It supports cross-platform functionality and provides real-time communication features.
MCP Ping Server
A server implementation providing ping functionality to Claude Desktop using MCP (Model Context Protocol).
Features
- Ping hosts with customizable packet counts
- Quick internet connectivity checks
- Cross-platform support (Windows, Linux, MacOS)
- Asynchronous operation with FastMCP and Starlette
- Real-time communication via Server-Sent Events (SSE)
Requirements
- Python 3.12+
- Dependencies: httpx, mcp[cli], uvicorn, starlette
Usage
Run the server with Python. Default host is accessible from any network interface on port 8080. Supports integration with Claude Desktop for network tests.
Security Note
Designed for local use, caution advised for public exposure.