A simple MCP server with an echo tool
Project description
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:
{
"message": "Hello, world!"
}
Output:
Echo: Hello, world!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_echo_server-0.1.1.tar.gz.
File metadata
- Download URL: mcp_echo_server-0.1.1.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d6d6356d1f8ff427d44382db00091352714b577f22286958ba226ebb36ab80
|
|
| MD5 |
f11a10061da0d8a339f849c53b984520
|
|
| BLAKE2b-256 |
d29f0945837681ca665b1762c0b7f4308be329bce3980336210311eeb67a92e4
|
File details
Details for the file mcp_echo_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_echo_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
538e5dcbab95a75d7dd16e5fc8afb3835deb1c5fd97c09b3c07b23d3c447c049
|
|
| MD5 |
6a164871fb7114715c771405c3084ff1
|
|
| BLAKE2b-256 |
7426d6c3b6bfa3fa29f9254d13d689d9970fd59b896ae3d871729237753dc52a
|