MCP Test runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm.
A simple MCP server example written in TypeScript that provides a multiplication tool.
The linked repository no longer exists on GitHub — it was deleted or made private.
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 -- npx -y @pangq/mcp_test
{
"mcpServers": {
"mcp_test": {
"args": [
"-y",
"@pangq/mcp_test"
],
"command": "npx"
}
}
}
[mcp_servers.mcp_test]
command = "npx"
args = ["-y", "@pangq/mcp_test"]
{
"mcpServers": {
"mcp_test": {
"args": [
"-y",
"@pangq/mcp_test"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp_test": {
"args": [
"-y",
"@pangq/mcp_test"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.