mcp itau for Grok
io.github.codespar/mcp-itau
MCP server for Itaú Unibanco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
client:Grok
transport:stdio
runtime:npm
Install mcp itau in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-itau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-itau"
],
"env": {
"ITAU_CLIENT_ID": "<ITAU_CLIENT_ID>",
"ITAU_CLIENT_SECRET": "<ITAU_CLIENT_SECRET>",
"ITAU_CERT_PATH": "<ITAU_CERT_PATH>",
"ITAU_KEY_PATH": "<ITAU_KEY_PATH>",
"ITAU_ENV": "<ITAU_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