Developer Tools
Trust: 32/100 (Limited)io.github.CryptoAPIs-io/mcp-signer Guide
MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed
by CryptoAPIs-io
Quick Start
Install
npx @cryptoapis-io/mcp-signerClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cryptoapis-io-mcp-signer": {
"command": "npx",
"args": [
"@cryptoapis-io/mcp-signer"
]
}
}
}