Multi Context Protocol (MCP) Server
Overview
The Multi Context Protocol (MCP) Server is a travel planning tool that allows users to ask complex travel-related questions and receive tailored responses, such as flight and hotel recommendations.
To use the MCP Server, you can either integrate it with Claude Desktop or use it programmatically by setting up the necessary API keys and configurations as outlined in the documentation.
- Search for available flights between two airports using Booking.com's API. - Provide current date context for travel planning. - Search for hotels and accommodations. - Future features include car rental searches, hotel reviews, and taxi services.
- Finding the latest flights to a specific destination.
- Recommending hotels near popular tourist attractions.
- Planning comprehensive travel itineraries that include flights, hotels, and transportation options.
Add to your AI client
Use these steps to connect Multi Context Protocol (MCP) Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"flights-mcp-server-prakashsanker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"flights-mcp-server-prakashsanker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"flights-mcp-server-prakashsanker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"flights-mcp-server-prakashsanker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"flights-mcp-server-prakashsanker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"flights-mcp-server-prakashsanker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flights-mcp-server-prakashsanker"
]
}
}
}FAQ
What APIs do I need to use MCP Server?
You need a Booking.com API key and a Google Maps API key to use the server effectively.
Can I use MCP Server programmatically?
Yes! The MCP Server can be integrated into your applications using the provided code snippets.
What kind of travel questions can I ask?
You can ask about flights, hotels, car rentals, and more, tailored to your specific needs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3168,"uuid":"0739972d-8782-4603-96a3-a24ead26f879","name":"flights-mcp-server","title":"Multi Context Protocol (MCP) Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/3914624?v=4","created_at":"2025-03-18T03:09:40.054+00:00","updated_at":"2025-03-18T14:35:20.211+00:00","status":"created","author_name":"prakashsanker","author_avatar_url":"https://avatars.githubusercontent.com/u/3914624?v=4","tags":"[]","category":"travel-and-transportation","is_featured":false,"sort":1,"url":"https://github.com/prakashsanker/flights-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 15:23:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]