Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
Expand Down
22 changes: 22 additions & 0 deletions pr_body.md
Original file line number Diff line number Diff line change
@@ -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)
Loading