Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Echo Serviceecho back 'Hello, world!' in uppercase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Echo MCP Server
A Model Context Protocol (MCP) server that echoes messages, delays, and structured JSON data. Useful for testing MCP client integrations, verifying protocol connectivity, and validating tool call behavior.
View on mpak registry | Built by
Install
Install with mpak:
Claude Code
Claude Desktop
Add to your claude_desktop_config.json:
See the mpak registry page for full install options.
Related MCP server: Echo MCP Server
Tools
echo_message
Echo back a message with optional uppercase formatting.
Parameter | Type | Required | Description |
|
| Yes | The message to echo back |
|
| No | Convert the message to uppercase (default: |
Example call:
Example response:
echo_with_delay
Echo back a message after a simulated delay. Useful for testing timeout handling and async behavior.
Parameter | Type | Required | Description |
|
| Yes | The message to echo back |
|
| No | Delay in seconds, max 5.0 (default: |
Example call:
Example response:
echo_json
Echo back structured JSON data with validation and analysis.
Parameter | Type | Required | Description |
|
| Yes | JSON object to echo back |
Example call:
Example response:
Quick Start
Local Development
The server supports HTTP transport with:
Health check:
GET /healthMCP endpoint:
POST /mcp
Development
E2E Tests
End-to-end tests validate the full MCPB bundle lifecycle: building the bundle, deploying it into a Docker container, and calling tools over HTTP.
Prerequisites: Docker running, mcpb CLI installed (npm install -g @anthropic-ai/mcpb)
The tests:
Vendor dependencies for the Docker container's Linux architecture
Build a
.mcpbbundle withmcpb packServe the bundle over HTTP
Start a
nimbletools/mcpb-pythoncontainer that downloads and runs the bundleVerify the
/healthendpoint, MCP tool listing, and tool invocation via streamable HTTP
About
Echo MCP Server is published on the mpak registry and built by NimbleBrain. mpak is an open registry for Model Context Protocol servers.
License
MIT