MCP Quickstart runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 8 Feb 2026.
quickstart for mcp deployment
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-quickstart -- npx -y @achsaf/quickstart-test
{
"mcpServers": {
"mcp-quickstart": {
"args": [
"-y",
"@achsaf/quickstart-test"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-quickstart]
command = "npx"
args = ["-y", "@achsaf/quickstart-test"]
{
"mcpServers": {
"mcp-quickstart": {
"args": [
"-y",
"@achsaf/quickstart-test"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-quickstart": {
"args": [
"-y",
"@achsaf/quickstart-test"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.