by alpic-ai
Easily search and book flights with Kiwi Flight Search. Enjoy a Google Flights website experience for finding top airfar
Searches for flights using Kiwi.com's engine and provides booking links. Works directly through AI assistants without needing to visit flight booking websites.
Kiwi Flight Search is an official MCP server published by alpic-ai that provides AI assistants with tools and capabilities via the Model Context Protocol. Easily search and book flights with Kiwi Flight Search. Enjoy a Google Flights website experience for finding top airfar It is categorized under search web.
You can install Kiwi Flight Search in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
MIT
Kiwi Flight Search is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Fetch and extract information from websites automatically
Example
Research competitor pricing, scrape product reviews, monitor news mentions
Automate 5-10 hours/week of manual web research
Track website changes, new content, price updates
Example
Monitor competitor blog for new posts, track stock availability, watch for pricing changes
Stay informed without manual checking, never miss important updates
Extract structured data from multiple websites
Example
Compile product listings from 10 e-commerce sites, aggregate job postings, collect real estate data
Build datasets 100x faster than manual copying
Share your MCP server with the developer community
We evaluated Kiwi Flight Search against two servers with overlapping tools; this profile had the clearer scope statement.
Strong directory entry: Kiwi Flight Search surfaces stars and publisher context so we could sanity-check maintenance before adopting.
We wired Kiwi Flight Search into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
We evaluated Kiwi Flight Search against two servers with overlapping tools; this profile had the clearer scope statement.
We wired Kiwi Flight Search into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
I recommend Kiwi Flight Search for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Kiwi Flight Search has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
According to our notes, Kiwi Flight Search benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Kiwi Flight Search reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
Kiwi Flight Search is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
showing 1-10 of 47
This is the Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!
The Kiwi.com MCP server allow you to search and book for flights using the Kiwi.com flights search engine.
The MCP server exposes a single tool: search-flight. This allows you to get instant access to a curated list of the best flights for your trip based on:
Simply ask your AI assistant something like:
You can also narrow your query by choosing your preferred airport, or enlarge it by specifying that your dates are flexible. Each result includes a booking link directly to the flight chosen.
Note: Only workspace owners and admins have permission to add custom connectors
Navigate to Settings > Connectors
Toggle to Organization connectors at the top of the page
At the bottom of the page, click on Add custom connector and fill the following information:
kiwi-com-flight-searchhttps://mcp.kiwi.comClick Add to finish the setup
https://mcp.kiwi.comNote: In Team, Enterprise, and Edu workspaces, only workspace owners and admins have permission
https://mcp.kiwi.comConnectors can only be used with Deep Research
</details> <details> <summary>Cursor</summary>Open this link in a browser: cursor://anysphere.cursor-deeplink/mcp/install?name=kiwi-com-flight-search&config=eyJ1cmwiOiJodHRwczovL21jcC5raXdpLmNvbSJ9
{
"mcpServers": {
"kiwi-com-flight-search": {
"url": "https://mcp.kiwi.com"
}
}
}
</details>
<details>
<summary>VS Code</summary>
<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code"> and click on Install
Use the command line:
code --add-mcp '{"type":"http","name":"kiwi-com-flight-search","version":"0.0.1","description":"This is the Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!","url":"https://mcp.kiwi.com","author":"Kiwi.com","tags":["kiwi-com-flight-search","mcp","server"],"categories":["mcp"]}'
Then go to Extensions, find the Kiwi.com Flight Search MCP server in the list, open the menu with right-click and click on and Start Server.
</details> <details> <summary>Claude Code</summary>Use the command line to add the MCP server:
claude mcp add --transport http kiwi-com-flight-search https://mcp.kiwi.com
</details>
<details>
<summary>Cline</summary>
kiwi-com-flight-searchhttps://mcp.kiwi.comkiwi-com-flight-searchHTTPThis is the Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!https://mcp.kiwi.comThank you!
These installation instructions were generated by the MCP Install Instructions Generator by Alpic.ai
Interact with services that don't offer APIs
Example
Check form submissions, validate website functionality, test user flows
Automate interactions with any website, even without API
Prerequisites
Time Estimate
20-40 minutes including configuration and testing
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
MCP server handles HTTP requests, HTML parsing, JavaScript rendering (if headless browser), and returns structured data to Claude.
Protocols
Compatibility
✓ Use when
Use for research automation, content monitoring, data aggregation from multiple sources, and when official APIs don't exist. Best for read-only information gathering.
✗ Avoid when
Avoid for sites with APIs (use API instead), sites that explicitly forbid scraping, when data is copyrighted, or for login-required content without proper authorization.