mcp-server-magpie

ducvv-adamo/mcp-server-magpie

3.2

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.

Tools
2
Resources
0
Prompts
0

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

  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

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