Skip to content
Grok

Ethereum & EVM Message Signing for Grok

io.github.nirholas/signing-mcp-server

Sign Ethereum messages - EIP-191, EIP-712 typed data, Permit2, signature verification and recovery

client:Grok transport:stdio runtime:pypi

Install Ethereum & EVM Message Signing in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "signing-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "signing-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

Ethereum & EVM Message Signing in other clients