MCP Test runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi. Last commit 7 Nov 2025.
A simple MCP server with an echo tool for testing purposes
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-test -- uvx mcp-echo-server
{
"mcpServers": {
"mcp-test": {
"args": [
"mcp-echo-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-test]
command = "uvx"
args = ["mcp-echo-server"]
{
"mcpServers": {
"mcp-test": {
"args": [
"mcp-echo-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-test": {
"args": [
"mcp-echo-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.