agent wallet mcp for Grok
io.github.kaditang/agent-wallet-mcp
Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.
client:Grok
transport:stdio
runtime:npm
Install agent wallet mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-wallet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaditang/agent-wallet-mcp"
],
"env": {
"SOL_RPC": "<SOL_RPC>"
}
}
}
}
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