Skip to content
VS Code

Flywizz for VS Code

io.github.victorlane/flywizz-mcp

Search Wizz Air flights from your AI agent. Unofficial.

client:VS Code transport:stdio runtime:pypi

Install Flywizz in VS Code

.vscode/mcp.json

{
  "servers": {
    "flywizz-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "Flywizz"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Flywizz in other clients