ducvv-adamo/mcp-server-magpie
If you are the rightful owner of mcp-server-magpie and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Magpie MCP Server provides a Model Context Protocol server for accessing the Magpie Travel API, enabling users to search for travel products and operators through Claude.
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-server
Or install globally:
npm install -g mcp-magpie-server
magpie-mcp
Claude 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