Skiplagged Travel Search connects AI assistants to Skiplagged for flight, hotel, and rental-car searches.
With this server enabled, tools like Claude, ChatGPT, Cursor, and VS Code can search Skiplagged directly from a chat—no browser needed.
It uses the open Model Context Protocol (MCP), which lets AI applications call external tools through a standard HTTP interface.
This server works with any client that supports remote MCP over HTTP.
https://mcp.skiplagged.com/mcp) in your client’s MCP or “Connectors” settings.The snippets below show how to add the MCP server in common tools and editors.
mcp.json file:
{
"mcpServers": {
"skiplagged": {
"url": "https://mcp.skiplagged.com/mcp"
}
}
}
code --add-mcp '{"type":"http","name":"skiplagged","url":"https://mcp.skiplagged.com/mcp"}'
Then, from inside VS Code, open the .vscode/mcp.json file and click "Start server".
claude mcp add --transport http "skiplagged" https://mcp.skiplagged.com/mcp
From within Claude Code, use the /mcp command to get more information about the server.
1. Navigate to Settings > Connectors.
2. Locate the "Connectors" section.
3. Click "Add custom connector" at the bottom of the section.
4. Add your connector's remote MCP server URL: https://mcp.skiplagged.com/mcp
5. Finish configuring your connector by clicking "Add."
1. Navigate to Settings > Connectors.
2. Add a custom connector with the server URL "https://mcp.skiplagged.com/mcp".
3. Verify that it appears in the Composer > tools.
4. Add the server as a source if needed.
~/.gemini/settings.json):
{
"mcpServers": {
"skiplagged": {
"httpUrl": "https://mcp.skiplagged.com/mcp"
}
}
}
~/.codex/config.toml):
[mcp_servers.skiplagged]
url = "https://mcp.skiplagged.com/mcp"
No authentication required. Skiplagged MCP is a public server that does not require user accounts, API keys, or OAuth. Simply connect using the server URL and start searching.
The following examples show realistic prompts and what the server does behind the scenes.
User prompt: “Find the cheapest flights from San Francisco to New York in late October for one adult in economy class.”
What happens:
sk_flights_search with origin SFO, destination JFK/EWR/LGA, dates in late October, 1 adult, economy classUser prompt: “Show me a fare calendar for round‑trip flights from Chicago to Miami around March 15. I can leave a few days earlier or later.”
What happens:
sk_flex_departure_calendar to get one‑way fares for nearby departure datessk_flex_return_calendar to find the cheapest return dates that maintain a similar trip lengthUser prompt: “I’m in Boston and want to fly somewhere warm and cheap in February. Where should I go?”
What happens:
sk_destinations_anywhere with origin BOS and dates in FebruaryUser prompt: “Find hotels in Barcelona for 3 nights starting January 10 for two adults. Then show me details for the best‑reviewed option.”
What happens:
sk_hotels_search with location Barcelona, check‑in January 10, check‑out January 13, 2 adultssk_hotel_details to retrieve room‑level pricing, cancellation policies, and photosWhen your assistant calls these tools:
utm_source=mcp, utm_medium=ai, and utm_campaign=skiplagged_mcp; these tags do not identify the user or client.For MCP-specific data practices, retention, sharing, and user controls, see the Skiplagged Travel Search Privacy Notice. It supplements Skiplagged’s Privacy Policy. Service terms are available in the Terms of Service.
If you need help with Skiplagged or this MCP integration, visit the Skiplagged Support or contact us: support@skiplagged.com