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 💡
github
github
GitHub's official MCP Server
2025-07-23
domain-check-mcp
SebastianBoehler
An MCP server for checking domain availability using IONOS endpoints
2025-04-12
OctoEverywhere/mcp
OctoEverywhere
A free 3D Printing MCP server that allows for getting live printer state, webcam snapshots, and printer control.
2025-05-30
sse
aseprite-mcp
diivi
MCP server for interacting with the Aseprite API
2025-04-05
mcp-datetime
ZeparHyfar
A MCP server for datetime formatting and file name generation.
2025-07-23
developer
VertexStudio
A general-purpose Model Context Protocol (MCP) server offering comprehensive developer tools for file editing, shell command execution, and screen capture.
2025-05-26