Variflight MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 4 810 installs a week from npm. Last commit 20 Apr 2026.
VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
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 variflight-mcp -- npx -y @variflight-ai/variflight-mcp
{
"mcpServers": {
"variflight-mcp": {
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.variflight-mcp]
command = "npx"
args = ["-y", "@variflight-ai/variflight-mcp"]
{
"mcpServers": {
"variflight-mcp": {
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"variflight-mcp": {
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.