Echo Server
Freeby MCP Community
A minimal MCP server template that echoes messages
v1.0.0Added Apr 12, 2026
modelcontextprotocolmcpserverechotemplate
Echo Server MCP Server
A minimal MCP server template that echoes messages
Installation
Reviews
Installation
Quick install
npx -y mcp-echo-server
Add to claude_desktop_config.json
{
"mcpServers": {
"echo-server": {
"command": "npx",
"args": ["-y", "mcp-echo-server"]
}
}
}