MCP Test runs on your own machine — the client starts it, so there is no endpoint to ping. 34 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.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
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"
}
}
}
An MCP server that provides a hello tool
A Test MCP server that provides tools, promts and resources
A Test MCP server that provides tools, promts and resources
A simple MCP server with an echo tool for testing purposes
MCP server that uses TypeScript AST to find which tests are affected by a code change
An open-source MCP server that provides LLM access to the Sauce Labs API
An MCP server that provides access to Testiny projects, test cases and test runs
A test MCP server for task management
Answers built from our own checks of this server.