mcp andreani for Grok
io.github.codespar/mcp-andreani
Andreani — Argentine courier and logistics
client:Grok
transport:stdio
runtime:npm
Install mcp andreani in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-andreani": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-andreani"
],
"env": {
"ANDREANI_API_KEY": "<ANDREANI_API_KEY>",
"ANDREANI_USER": "<ANDREANI_USER>",
"ANDREANI_PASSWORD": "<ANDREANI_PASSWORD>"
}
}
}
}
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