mcp transak for Grok
io.github.codespar/mcp-transak
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
client:Grok
transport:stdio
runtime:npm
Install mcp transak in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-transak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
],
"env": {
"TRANSAK_API_KEY": "<TRANSAK_API_KEY>",
"TRANSAK_API_SECRET": "<TRANSAK_API_SECRET>",
"TRANSAK_ENV": "<TRANSAK_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