MCP server for Envia shipping APIs — 10 tools for rates, labels, tracking, and more
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"envia-mcp-server": {
"command": "npx",
"args": [
"-y",
"envia-ep/envia-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add envia-mcp-server npx -y envia-ep/envia-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"envia-mcp-server": {
"command": "npx",
"args": [
"-y",
"envia-ep/envia-mcp-server"
]
}
}
}