Skip to content
Grok

mcp colppy for Grok

io.github.codespar/mcp-colppy

Colppy — Argentine cloud accounting + AFIP invoicing

client:Grok transport:stdio runtime:npm

Install mcp colppy 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-colppy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-colppy"
      ],
      "env": {
        "COLPPY_API_KEY": "<COLPPY_API_KEY>",
        "COLPPY_COMPANY_ID": "<COLPPY_COMPANY_ID>"
      }
    }
  }
}

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 colppy in other clients