Skip to content
Cursor

Flyan for Cursor

io.github.victorlane/flyan-mcp

Search Ryanair flights from your AI agent. Unofficial.

client:Cursor transport:stdio runtime:pypi

Install Flyan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flyan-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "Flyan"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flyan in other clients