From f09431ee18c28cb123cc39170d10e2e9f9f9e026 Mon Sep 17 00:00:00 2001 From: Efistoffeles Date: Mon, 16 Mar 2026 22:27:15 +0100 Subject: [PATCH 1/2] Add LetsFG flight search MCP server to Community Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..d309d3827b 100644 --- a/README.md +++ b/README.md @@ -982,6 +982,7 @@ search, and comprehensive file analysis. - **[Lark(Feishu)](https://github.com/kone-net/mcp_server_lark)** - A Model Context Protocol(MCP) server for Lark(Feishu) sheet, message, doc and etc. - **[Lazy Toggl MCP](https://github.com/movstox/lazy-toggl-mcp)** - Simple unofficial MCP server to track time via Toggl API - **[lean-lsp-mcp](https://github.com/oOo0oOo/lean-lsp-mcp)** - Interact with the [Lean theorem prover](https://lean-lang.org/) via the Language Server Protocol. +- **[LetsFG](https://github.com/LetsFG/LetsFG)** - Search and compare flights at real airline prices. 400+ airlines via GDS/NDC plus 73 direct airline connectors. No price bias, no tracking. - **[librenms-mcp](https://github.com/mhajder/librenms-mcp)** - MCP server for [LibreNMS](https://www.librenms.org/) management - **[libvirt-mcp](https://github.com/MatiasVara/libvirt-mcp)** - Allows LLM to interact with libvirt thus enabling to create, destroy or list the Virtual Machines in a system. - **[Lightdash](https://github.com/syucream/lightdash-mcp-server)** - Interact with [Lightdash](https://www.lightdash.com/), a BI tool. From cb241ff860ed62db87e21dd50e728bc37297a1b4 Mon Sep 17 00:00:00 2001 From: Efistoffeles Date: Wed, 18 Mar 2026 00:15:59 +0100 Subject: [PATCH 2/2] docs: update LetsFG from 73 to 102 airline connectors --- README.md | 2 +- pr_body.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 pr_body.md diff --git a/README.md b/README.md index d309d3827b..eeab27a6a1 100644 --- a/README.md +++ b/README.md @@ -982,7 +982,7 @@ search, and comprehensive file analysis. - **[Lark(Feishu)](https://github.com/kone-net/mcp_server_lark)** - A Model Context Protocol(MCP) server for Lark(Feishu) sheet, message, doc and etc. - **[Lazy Toggl MCP](https://github.com/movstox/lazy-toggl-mcp)** - Simple unofficial MCP server to track time via Toggl API - **[lean-lsp-mcp](https://github.com/oOo0oOo/lean-lsp-mcp)** - Interact with the [Lean theorem prover](https://lean-lang.org/) via the Language Server Protocol. -- **[LetsFG](https://github.com/LetsFG/LetsFG)** - Search and compare flights at real airline prices. 400+ airlines via GDS/NDC plus 73 direct airline connectors. No price bias, no tracking. +- **[LetsFG](https://github.com/LetsFG/LetsFG)** - Search and compare flights at real airline prices. 400+ airlines via GDS/NDC plus 102 direct airline connectors. No price bias, no tracking. - **[librenms-mcp](https://github.com/mhajder/librenms-mcp)** - MCP server for [LibreNMS](https://www.librenms.org/) management - **[libvirt-mcp](https://github.com/MatiasVara/libvirt-mcp)** - Allows LLM to interact with libvirt thus enabling to create, destroy or list the Virtual Machines in a system. - **[Lightdash](https://github.com/syucream/lightdash-mcp-server)** - Interact with [Lightdash](https://www.lightdash.com/), a BI tool. diff --git a/pr_body.md b/pr_body.md new file mode 100644 index 0000000000..1012d6617e --- /dev/null +++ b/pr_body.md @@ -0,0 +1,22 @@ +Adds [LetsFG](https://github.com/LetsFG/LetsFG) to the Community Servers section. + +**What it does:** LetsFG is an MCP server for flight search and comparison. It connects AI assistants to real airline pricing data from 400+ airlines via GDS/NDC aggregators plus 102 direct airline API connectors. No price bias, no tracking. + +**Install:** +```json +{ + "mcpServers": { + "letsfg": { + "command": "npx", + "args": ["-y", "letsfg-mcp"], + "env": { + "LETSFG_API_KEY": "your_api_key" + } + } + } +} +``` + +**npm:** [letsfg-mcp](https://www.npmjs.com/package/letsfg-mcp) +**PyPI:** [letsfg](https://pypi.org/project/letsfg/) +**GitHub:** [LetsFG/LetsFG](https://github.com/LetsFG/LetsFG)