Real-time flight search: one-way and round-trip fares across date ranges, with price verdicts.
claude mcp add google-flights-mcp --transport http https://google-flights-mcp.flightpowers.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"google-flights-mcp": {
"url": "https://google-flights-mcp.flightpowers.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-flights-mcp": {
"serverUrl": "https://google-flights-mcp.flightpowers.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"google-flights-mcp": {
"type": "http",
"url": "https://google-flights-mcp.flightpowers.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"google-flights-mcp": {
"url": "https://google-flights-mcp.flightpowers.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"google-flights-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://google-flights-mcp.flightpowers.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://google-flights-mcp.flightpowers.com/mcp |
x-rapidapi-key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.flightpowers--google-flights-mcp/reviews or the review_server meta-tool.
POST /mcp