Mcph runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from npm.
mcp.hosting — one install, all your MCP servers, managed from the cloud
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 mcph -- npx -y @yawlabs/mcph
{
"mcpServers": {
"mcph": {
"args": [
"-y",
"@yawlabs/mcph"
],
"command": "npx"
}
}
}
[mcp_servers.mcph]
command = "npx"
args = ["-y", "@yawlabs/mcph"]
{
"mcpServers": {
"mcph": {
"args": [
"-y",
"@yawlabs/mcph"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcph": {
"args": [
"-y",
"@yawlabs/mcph"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.