Magpie Travel API MCP Server for Claude Desktop
npm install mcp-magpie-serverModel Context Protocol (MCP) server for accessing Magpie Travel API. This package provides tools for searching travel products and operators through Claude.
You can run this server directly without installation using npx:
``bash`
npx mcp-magpie-server
Or install globally:
`bash`
npm install -g mcp-magpie-server
magpie-mcp
Add this to your Claude Desktop configuration:
`json`
{
"mcpServers": {
"magpie": {
"command": "npx",
"args": ["-y", "mcp-magpie-server"]
}
}
}
1. get_products: Search for travel products
- Parameters:
- page (optional): Page number for pagination
- limit (optional): Number of items per page
- location (optional): Filter by location
- category (optional): Filter by category
2. get_operators`: Search for travel operators/companies
- Parameters:
- page (optional): Page number for pagination
- limit (optional): Number of items per page
- location (optional): Filter by location
- category (optional): Filter by category
- Node.js 14 or higher
- Python 3.7 or higher (will be installed automatically if missing)
The package will automatically handle:
- Python installation (if missing)
- Virtual environment setup
- Required Python dependencies installation