send for Cursor
io.github.vdappdev2/send
MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries
client:Cursor
transport:stdio
runtime:npm
Install send in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"send": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/send-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs