Ethereum Transaction Builder for Grok
io.github.nirholas/transaction-mcp-server
Build and sign Ethereum transactions - EIP-1559, gas estimation, RLP, ERC-20 transfers
client:Grok
transport:stdio
runtime:pypi
Install Ethereum Transaction Builder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"transaction-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"transaction-mcp-server"
]
}
}
}
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