EC
MCP Echo Server
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"]
}
}
}
Transport:
stdio
Language: 
Created: 4/24/2025
Updated: 4/24/2025
Recommend MCP Servers 💡
@kukapay/whattimeisit-mcp
kukapay
A lightweight MCP server that returns the current time based on the user's IP address.
2025-03-16
pushover-mcp
AshikNesin
A Model Context Protocol implementation for sending notifications via Pushover.net
2025-03-05
@gongrzhe/quickchart-mcp-server
GongRzhe
A Model Context Protocol server for generating charts using QuickChart.io
2025-02-23
nvsofts/jlcpcb-parts-mcp
nvsofts
JLCPCB PCBA部品探しを補助するMCPサーバー
2025-04-19
py-ue5-mcp-server
edi3on
A MCP server enabling Claude to interact with Unreal Engine 5 via natural language to control Blueprint actors and 3D scenes
2025-04-09
ffmpeg-mcp
video-creator
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback,clip, overlay, concat and other functions
2025-03-25