kimtth/mcp-remote-call-ping-pong
An experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
Quick Start
Clone the repository:
git clone https://github.com/kimtth/mcp-remote-call-ping-pongClaude Desktop configuration example:
{
"mcpServers": {
"mcp-remote-call-ping-pong": {
"command": "npx",
"args": [
"-y",
"kimtth/mcp-remote-call-ping-pong"
]
}
}
}Check the repository README for specific installation and configuration instructions.