Kiwi MCP Server
by agentify
Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!
Opens on Apify.com
About Kiwi MCP Server
Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!
What does this actor do?
Kiwi MCP Server is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Kiwi MCP Server Search and book flights directly from your favorite AI assistant using the Kiwi.com flight search engine! About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com. ## Connection URL MCP clients can connect to this server at: text https://mcp-servers--kiwi-mcp-server.apify.actor/mcp ## Client Configuration To connect to this MCP server, use the following configuration in your MCP client: json { "mcpServers": { "kiwi-mcp-server": { "url": "https://mcp-servers--kiwi-mcp-server.apify.actor/mcp", "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" } } } } Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console. ## Links - GitHub Repository: https://github.com/alpic-ai/kiwi-mcp-server-public - Actor Repository: https://github.com/apify/actor-kiwi-mcp-server - Apify MCP Documentation: https://mcp.apify.com ## 🚩 Claim this MCP server All credits to the original authors of https://github.com/alpic-ai/kiwi-mcp-server-public To claim this server, please write to ai@apify.com. --- # Kiwi.com Flight Search This is the Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant! ## About this MCP Server 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: 1. Round-trip or one-way flight 2. Origin / destination (city or airport) 3. Travel dates 4. Flexibility up to +/- 3 days 5. Number and types of passengers (adult, child, infant) 6. Cabin class (economy, premium economy, business, first class) Simply ask your AI assistant something like: * "Can you help me book a first-class ticket from Paris to Rome tomorrow?" * "Find me the best options for our family vacation. I need a round-trip flight for my husband, me and our two children from Vienna to London, August 3 to 10." 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. ## Available Tools ### search-flight Search for flights using the Kiwi.com flight search engine. This tool allows you to: - Search for round-trip or one-way flights - Specify origin and destination (city or airport codes) - Set travel dates with flexibility up to +/- 3 days - Configure passenger details (adults, children, infants) - Select cabin class (economy, premium economy, business, first class) - Get booking links for selected flights ## Installation Guide Claude Teams
### Manual steps 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: - Name: kiwi-com-flight-search - Remote MCP server URL: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add to finish the setup Claude Pro and Max
### Manual steps - Navigate to Settings > Connectors - Click Add custom connector at the bottom of the section - Enter the URL of the remote MCP server: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add to finish the setup - If using Claude desktop, restart to make sure changes take effect OpenAI ChatGPT
#### Manual steps: Note: In Team, Enterprise, and Edu workspaces, only workspace owners and admins have permission - Navigate to Settings > Connectors - Add a custom connector with the server URL: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - It should then be visible in the Composer > Deep research tool - You may need to add the server as a source Connectors can only be used with Deep Research Cursor
#### One-click installation: Open this link in a browser: cursor://anysphere.cursor-deeplink/mcp/install?name=kiwi-com-flight-search&config=eyJ1cmwiOiJodHRwczovL21jcC1zZXJ2ZXJzLS1raXdpLW1jcC1zZXJ2ZXIuYXBpZnkuYWN0b3IvbWNwIn0 #### Manual steps: - Go to Settings > Cursor Settings > Tools & Integrations - Under MCP tools, click Add Custom MCP - Paste the configuration into mcp.json - Save the file to apply the configuration - Restart Cursor if prompted #### Configuration: json { "mcpServers": { "kiwi-com-flight-search": { "url": "https://mcp-servers--kiwi-mcp-server.apify.actor/mcp" } } } VS Code
#### One-click installation:
and click on Install #### Manual steps: Use the command line: bash code --add-mcp '{"type":"http","name":"kiwi-com-flight-search","version":"0.0.1","description":"Search and book flights directly from your favorite AI assistant using the Kiwi.com flight search engine!","url":"https://mcp-servers--kiwi-mcp-server.apify.actor/mcp","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. Claude Code
#### Manual steps: Use the command line to add the MCP server: bash claude mcp add --transport http kiwi-com-flight-search https://mcp-servers--kiwi-mcp-server.apify.actor/mcp Cline
#### Manual steps: - Click on the Cline icon in the VSCode sidebar - Click on the MCP Servers tab - Click on the Remote Servers tab - Fill in the required information: - Server Name: kiwi-com-flight-search - Server URL: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add Server to initiate the connection - Cline will attempt to connect to the server and display the connection status - If the connection is successful, click on Done Goose
#### One-click installation:
#### Manual steps: - Go to Extensions - Click on Add custom extension - Fill the following information: - Extension Name: kiwi-com-flight-search - Type: HTTP - Description: Search and book flights directly from your favorite AI assistant using the Kiwi.com flight search engine! - Endpoint: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add Extension to finish the setup --- Thank you! These installation instructions were generated by the MCP Install Instructions Generator by Alpic.ai ## References To learn more about Apify and Actors, take a look at the following resources: - Apify SDK for JavaScript documentation - Apify SDK for Python documentation - Apify Platform documentation - Apify MCP Server - Webinar: Building and Monetizing MCP Servers on Apify - Join our developer community on Discord
Claude Teams
### Manual steps 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: - Name:kiwi-com-flight-search - Remote MCP server URL: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add to finish the setup Claude Pro and Max
### Manual steps - Navigate to Settings > Connectors - Click Add custom connector at the bottom of the section - Enter the URL of the remote MCP server:https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add to finish the setup - If using Claude desktop, restart to make sure changes take effect OpenAI ChatGPT
#### Manual steps: Note: In Team, Enterprise, and Edu workspaces, only workspace owners and admins have permission - Navigate to Settings > Connectors - Add a custom connector with the server URL:https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - It should then be visible in the Composer > Deep research tool - You may need to add the server as a source Connectors can only be used with Deep Research Cursor
#### One-click installation: Open this link in a browser: cursor://anysphere.cursor-deeplink/mcp/install?name=kiwi-com-flight-search&config=eyJ1cmwiOiJodHRwczovL21jcC1zZXJ2ZXJzLS1raXdpLW1jcC1zZXJ2ZXIuYXBpZnkuYWN0b3IvbWNwIn0 #### Manual steps: - Go to Settings > Cursor Settings > Tools & Integrations - Under MCP tools, click Add Custom MCP - Paste the configuration into mcp.json - Save the file to apply the configuration - Restart Cursor if prompted #### Configuration:json { "mcpServers": { "kiwi-com-flight-search": { "url": "https://mcp-servers--kiwi-mcp-server.apify.actor/mcp" } } } VS Code
#### One-click installation:bash code --add-mcp '{"type":"http","name":"kiwi-com-flight-search","version":"0.0.1","description":"Search and book flights directly from your favorite AI assistant using the Kiwi.com flight search engine!","url":"https://mcp-servers--kiwi-mcp-server.apify.actor/mcp","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. Claude Code
#### Manual steps: Use the command line to add the MCP server:bash claude mcp add --transport http kiwi-com-flight-search https://mcp-servers--kiwi-mcp-server.apify.actor/mcp Cline
#### Manual steps: - Click on the Cline icon in the VSCode sidebar - Click on the MCP Servers tab - Click on the Remote Servers tab - Fill in the required information: - Server Name:kiwi-com-flight-search - Server URL: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add Server to initiate the connection - Cline will attempt to connect to the server and display the connection status - If the connection is successful, click on Done Goose
#### One-click installation:kiwi-com-flight-search - Type: HTTP - Description: Search and book flights directly from your favorite AI assistant using the Kiwi.com flight search engine! - Endpoint: https://mcp-servers--kiwi-mcp-server.apify.actor/mcp - Click Add Extension to finish the setup Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Kiwi MCP Server now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- agentify
- Pricing
- Paid
- Total Runs
- 805
- Active Users
- 30
Related Actors
YouTube Video Transcript
by starvibe
Reddit Scraper
by macrocosmos
Perplexity 2.0
by winbayai
Idealista.com
by lukass
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support