Content
# MCP Ping Pong Server
A simple Model Context Protocol (MCP) server that provides a `ping` tool which responds with "pong".
## Installation
```bash
npm install
```
## Running the Server
```bash
npm start
```
Or directly:
```bash
node server.js
```
## Tools
- **ping**: A simple tool that responds with "pong"
## Usage
The server communicates over stdio using the MCP protocol. It can be used with any MCP-compatible client.
### Example - Unpackaged Local Runner
This demonstrates how to configure the MCP ping-pong server by pulling down the git repo and running the server locally.
```json
{
"mcpServers": {
"ping-pong": {
"command": "node",
"args": [
"/path/to/repo/mcp-ping-pong/server.js"
]
}
}
}
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
vault
MCP prompt-injection scanning proxy — runtime security for MCP tool responses
OpenInsider-MCP
MCP server that exposes openinsider.com to any MCP compatible client.
OffensiveSET
Offensive Security Dataset Generator — MCP server for generating...