Echo MCP Server

Simple echo server for testing and development purposes, useful for debugging MCP connections and protocols.

Testing & Development TestingDebugDevelopment

Configuration

MCP Settings Configuration

{
  "echo": {
    "stdio": {
      "command": "python3",
      "args": [
        "-m", "mcpuniverse.mcp.servers.echo"
      ]
    }
  }
}

Available Tools & Methods

echo_tool(text)
Echo the input text.
Parameters: text (string): text to echo