MCP Ping Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Ping Serverping google.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Ping Server
A server implementation that provides ping functionality to Claude Desktop through MCP (Model Context Protocol). This server allows Claude to perform network connectivity tests and ping operations.
certified by MCPHub
Get it from MCPhub.com: https://mcphub.com/mcp-servers/sadeghtkd/ping-mcp-server
Related MCP server: Ping MCP Server
Features
ping_host: Ping any host with customizable packet countcheck_connectivity: 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
Requirements
Python 3.12+
Dependencies (automatically installed through pip):
httpx
mcp[cli]
uvicorn
starlette
Installation
Clone the repository
Install dependencies using pip:
pip install .Usage
Starting the Server
Run the server using Python:
python main.py [--host HOST] [--port PORT]Default settings:
Host: 0.0.0.0 (accessible from any network interface)
Port: 8080
Claude Desktop Configuration
To use this server with Claude Desktop, add the following configuration to your Claude Desktop's configuration file (claude_desktop_config.json):
{
"mcpServers": {
"ping": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/sse"
]
}
}
}Sample test with Claude desktop :

Available Tools
ping_hostPurpose: Ping a specified host
Parameters:
host: Hostname or IP address to pingcount: Number of ping packets (1-20, default: 4)
check_connectivityPurpose: Check internet connectivity
Parameters:
host: Target host (default: 8.8.8.8)
Security Note
The server is designed for local use with Claude Desktop. Be cautious when exposing it to public networks.
License
This project is open-source. Feel free to modify and distribute as needed.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Interact with a global network measurement platform.Run network commands from any point in the world
Edge-based network diagnostic utility checking host latency, gated via x402 payment rails.
Ping-only MCP origin for claude.ai, Desktop, Cursor, and Grok Connectors.
MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides a ping tool to check connectivity and measure latency to any hostname or IP address across platforms.18MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows users to ping other hosts to check network connectivity and diagnostic information. It enables LLMs to perform network latency tests and host availability checks through a standardized interface.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform real network diagnostics on the local machine, including ping, traceroute, DNS lookups, TLS checks, and more.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to check the health of internet infrastructure and specific services, helping diagnose whether issues are local or external.312ISC
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadeghtkd/ping-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server