Santuri runs on your own machine — the client starts it, so there is no endpoint to ping.
Search official documentation for well-known libraries.
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 santuri -- npx -y santuri-mcp-server
{
"mcpServers": {
"santuri": {
"args": [
"-y",
"santuri-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.santuri]
command = "npx"
args = ["-y", "santuri-mcp-server"]
{
"mcpServers": {
"santuri": {
"args": [
"-y",
"santuri-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"santuri": {
"args": [
"-y",
"santuri-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.