Sigil runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 9 Jul 2026.
Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sigil -- npx -y sigild
{
"mcpServers": {
"sigil": {
"args": [
"-y",
"sigild"
],
"command": "npx"
}
}
}
[mcp_servers.sigil]
command = "npx"
args = ["-y", "sigild"]
{
"mcpServers": {
"sigil": {
"args": [
"-y",
"sigild"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sigil": {
"args": [
"-y",
"sigild"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.