Back to MCP Servers
Remote Call Ping Pong
An experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
other-tools-and-integrations
By kimtth
Installation
npx -y mcp-remote-call-ping-pongConfiguration
{
"mcpServers": {
"mcp-remote-call-ping-pong": {
"command": "npx",
"args": ["-y", "mcp-remote-call-ping-pong"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes