MCP Echo Server

April 24, 2025 ยท View on GitHub

A simple MCP (Messaging Control Protocol) server that echoes back text messages.

Features

  • Echo a message

Installation

# Install dependencies
npm install

Usage

Development

# Build server
npm run build

Declare MCP server

{
  "mcpServers": {
    "echo-mcp-server": {
      "command": "node",
      "args": ["<absolute-path-to-project-folder>/dist/index.js"]
    }
  }
}