PluginBench
MCP Server
Maintained

io.github.CryptoAPIs-io/mcp-signer MCP Server

io.github.CryptoAPIs-io/mcp-signer

What is the io.github.CryptoAPIs-io/mcp-signer MCP server?

MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed

How to install io.github.CryptoAPIs-io/mcp-signer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-signer"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-signer"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-signer"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-signer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-signer"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-signer -- npx -y @cryptoapis-io/mcp-signer

Related MCP servers

MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

1
TypeScript
View repository →

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

0
TypeScript
View repository →

MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs

0
TypeScript
View repository →

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP via Crypto APIs

0
TypeScript
View repository →