Skip to content
Grok

mcp coordinadora for Grok

io.github.codespar/mcp-coordinadora

Coordinadora — Colombian courier and logistics

client:Grok transport:stdio runtime:npm

Install mcp coordinadora in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-coordinadora": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coordinadora"
      ],
      "env": {
        "COORDINADORA_API_KEY": "<COORDINADORA_API_KEY>",
        "COORDINADORA_NIT": "<COORDINADORA_NIT>"
      }
    }
  }
}

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

mcp coordinadora in other clients