Multi-Carrier Tracking for Claude Desktop
io.github.guptaprakhariitr/multi-carrier-tracking-mcp
Auto-detect carrier from tracking number: USPS, UPS, FedEx, DHL, India Post, more.
client:Claude Desktop
transport:streamable-http
Install Multi-Carrier Tracking in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"multi-carrier-tracking-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://multi-carrier-tracking-mcp.atlasword.workers.dev/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