mcp-magpie-server
v1.0.20
Published
Magpie Travel API MCP Server for Claude Desktop
Readme
Magpie MCP Server
Model Context Protocol (MCP) server for accessing Magpie Travel API. This package provides tools for searching travel products and operators through Claude.
Installation & Usage
You can run this server directly without installation using npx:
npx mcp-magpie-serverOr install globally:
npm install -g mcp-magpie-server
magpie-mcpClaude Desktop Configuration
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"magpie": {
"command": "npx",
"args": ["-y", "mcp-magpie-server"]
}
}
}Available Tools
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
- Parameters:
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
- Parameters:
Requirements
- 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
