Skip to content
Grok

mcp c6 for Grok

io.github.codespar/mcp-c6

MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS)

client:Grok transport:stdio runtime:npm

Install mcp c6 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-c6": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-c6"
      ],
      "env": {
        "C6_CLIENT_ID": "<C6_CLIENT_ID>",
        "C6_CLIENT_SECRET": "<C6_CLIENT_SECRET>",
        "C6_CERT_PATH": "<C6_CERT_PATH>",
        "C6_KEY_PATH": "<C6_KEY_PATH>",
        "C6_ENV": "<C6_ENV>"
      }
    }
  }
}

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