Skip to content
Claude Desktop

GlobKurier Shipping MCP for Claude Desktop

io.github.globkurier-pl/mcp-server

Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.

client:Claude Desktop transport:streamable-http runtime:pypi

Install GlobKurier Shipping MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.globkurier.pl/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

GlobKurier Shipping MCP in other clients