alpic-ai/kiwi-mcp-server-public
If you are the rightful owner of kiwi-mcp-server-public and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Kiwi.com Flight Search MCP server allows users to search and book flights using the Kiwi.com flight search engine through their AI assistant.
Author: Kiwi.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:
- Round-trip or one-way flight
- Origin / destination (city or airport)
- Travel dates
- Flexibility up to +/- 3 days
- Number and types of passengers (adult, child, infant)
- 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.
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.kiwi.com
- Name:
-
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.kiwi.com
- 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.kiwi.com
- 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=eyJ1cmwiOiJodHRwczovL21jcC5raXdpLmNvbSJ9
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:
{
"mcpServers": {
"kiwi-com-flight-search": {
"url": "https://mcp.kiwi.com"
}
}
}
VS Code
One-click installation:
Manual steps:
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.
Claude Code
Manual steps:
Use the command line to add the MCP server:
claude mcp add --transport http kiwi-com-flight-search https://mcp.kiwi.com
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.kiwi.com
- Server Name:
- 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:
This is the Kiwi.com flight search MCP server. Search and book flights directly from your favorite AI assistant!
- Endpoint:
https://mcp.kiwi.com
- Extension Name:
- Click Add Extension to finish the setup
Thank you!
These installation instructions were generated by the MCP Install Instructions Generator by Alpic.ai