Specrun runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 27 Feb 2026.
MCP server that converts OpenAPI specs into tools which can query API endpoints
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 specrun -- npx -y @pavelpiha/specrun
{
"mcpServers": {
"specrun": {
"args": [
"-y",
"@pavelpiha/specrun"
],
"command": "npx"
}
}
}
[mcp_servers.specrun]
command = "npx"
args = ["-y", "@pavelpiha/specrun"]
{
"mcpServers": {
"specrun": {
"args": [
"-y",
"@pavelpiha/specrun"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"specrun": {
"args": [
"-y",
"@pavelpiha/specrun"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.