send for Grok
io.github.vdappdev2/send
MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries
client:Grok
transport:stdio
runtime:npm
Install send in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"send": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/send-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs