mcp-echo-server
If you are the rightful owner of mcp-echo-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP (Messaging Control Protocol) server that echoes back text messages.
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"]
}
}
}