carrydesk for Grok
io.github.pelazas/carrydesk
Funding-carry rankings for Hyperliquid perps, metered per call in USDC via x402.
client:Grok
transport:stdio
runtime:pypi
Install carrydesk in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"carrydesk": {
"type": "stdio",
"command": "uvx",
"args": [
"carrydesk"
],
"env": {
"CARRYDESK_PRIVATE_KEY": "<CARRYDESK_PRIVATE_KEY>",
"CARRYDESK_API_BASE": "<CARRYDESK_API_BASE>"
}
}
}
}
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