mcpbeat Sign in

Flyan MCP Server

local only

Flyan runs on your own machine — the client starts it, so there is no endpoint to ping. 212 installs a week from pypi. Last commit 14 Sep 2026.

Search Ryanair flights from your AI agent. Unofficial.

Installs per day peak 311 · avg 44 · -28% w/w
a month agotoday
212
Installs / week
pypi · Flyan
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable flyan/misc.py:34, [пакет] flyan/misc.py:34
    file_path = os.path.join(current_dir, filename)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/api-health.yml:45
      - name: Open or update issue on failure
        if: failure()
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add flyan-mcp -- uvx Flyan
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flyan-mcp": {
      "args": [
        "Flyan"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flyan-mcp]
command = "uvx"
args = ["Flyan"]
.cursor/mcp.json
{
  "mcpServers": {
    "flyan-mcp": {
      "args": [
        "Flyan"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flyan-mcp": {
      "args": [
        "Flyan"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Flyan

same job, measured the same way
Flywizz
by victorlane

Search Wizz Air flights from your AI agent. Unofficial.

408 installs/wk local only
Fiber AI
by fiber

Search companies, enrich contacts, and reveal emails and phones from your AI agent.

5 tools answering
Agentskb
by cranot

Researched knowledge for AI agents. Canonical answers from official sources.

52 installs/wk local only
X402search MCP
by x402-index

Search 13,000+ x402-enabled APIs from your AI agent. Powered by x402search.xyz

42 installs/wk local only
Listonic MCP
by arturlys

Let your AI manage your real grocery list — unofficial Listonic MCP server

69 installs/wk local only
PodMule
by podmule

Search, draft and manage your podcast workspace from your agent.

3 tools answering
Nimbus
by nimbus-agent

Search your local Nimbus index and run its built-in agents from any MCP client.

115 installs/wk local only
FlightSeatmap
by jackculpan

Look up airline seat maps, find the best seats, and manage seat alerts from your AI assistant.

10 tools answering

Flyan — questions

Answers built from our own checks of this server.

Why is there no uptime for Flyan?
Flyan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package Flyan was installed 212 times last week.
How do I connect Flyan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls Flyan straight from pypi; nothing to host, nothing to sign up for.
How many people use Flyan?
The pypi package Flyan was installed 212 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flyan open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.