Ping Server
БесплатноНе проверенEnables Claude Desktop to perform network ping tests and internet connectivity checks.
Описание
Enables Claude Desktop to perform network ping tests and internet connectivity checks.
README
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
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_host- Purpose: Ping a specified host
- Parameters:
host: Hostname or IP address to pingcount: Number of ping packets (1-20, default: 4)
check_connectivity- Purpose: 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.
Установка Ping Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sadeghtkd/ping-mcp-serverFAQ
Ping Server MCP бесплатный?
Да, Ping Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ping Server?
Нет, Ping Server работает без API-ключей и переменных окружения.
Ping Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ping Server в Claude Desktop, Claude Code или Cursor?
Открой Ping Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ping Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
