mcp melhor envio for Grok
io.github.codespar/mcp-melhor-envio
MCP server for Melhor Envio — shipping rates, labels, tracking, agencies
client:Grok
transport:stdio
runtime:npm
Install mcp melhor envio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-melhor-envio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-melhor-envio"
],
"env": {
"MELHOR_ENVIO_TOKEN": "<MELHOR_ENVIO_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs