mcp-test logo

mcp-test

bharath-krishna/mcp-test
0 starsUpdated 2025-11-07Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A simple MCP server with an echo tool for testing purposes

README.md

MCP Test Server

mcp-name: io.github.bharath-krishna/mcp-test

A simple Model Context Protocol (MCP) server with an echo tool for testing purposes.

Features

  • Echo Tool: Returns back any message you send to it

Installation

pip install mcp-echo-server

Usage

Add this server to your MCP client configuration:

{
  "mcpServers": {
    "mcp-echo-server": {
      "command": "mcp-echo-server"
    }
  }
}

Development

Install in development mode:

uv pip install -e .

Tools

echo

Echoes back the provided message.

Input:

  • message (string, required): The message to echo back

Example: ``json { "message": "Hello, world!" } ``

Output: `` Echo: Hello, world! ``

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.