ADK-Rust Enterprise Logistics MCP Server — ShipEngine, Shippo, Sendy (Africa), Google Maps with shipments, tracking, route optimization
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-logistics": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-logistics"
]
}
}
}
Run in terminal:
claude mcp add mcp-logistics cargo run -- mcp-logistics
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-logistics": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-logistics"
]
}
}
}