mcp hd wallet for Cursor
io.github.cryptoapis-io/mcp-hd-wallet
MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs
client:Cursor
transport:stdio
runtime:npm
Install mcp hd wallet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-hd-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-hd-wallet"
],
"env": {
"CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs