TravelMCP

ppiova/TravelMCP
★ 3 stars C# 🔍 Search Updated 5mo ago
MCP Server for travel services - flights and hotels search
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "travelmcp": {
      "command": "npx",
      "args": [
        "-y",
        "ppiova/TravelMCP"
      ]
    }
  }
}