Skip to main content
Other Tools and IntegrationsPython

kimtth/mcp-remote-call-ping-pong

An experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kimtth/mcp-remote-call-ping-pong

Claude 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.

Details

Category
Other Tools and Integrations
Language
Python
Author
kimtth