sigil for Claude Desktop
io.github.cdrn/sigil
Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.
client:Claude Desktop
transport:stdio
runtime:npm
Install sigil in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<SIGIL_CONTROL_SOCK>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs