variflight mcp for Cursor
io.github.variflight/variflight-mcp
VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
client:Cursor
transport:stdio
runtime:npm
Install variflight mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"variflight-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "<VARIFLIGHT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs