gpusmarket for Grok
io.github.jyswee/gpusmarket
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
client:Grok
transport:sse
runtime:npm
Install gpusmarket in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gpusmarket": {
"type": "sse",
"url": "https://mcp.gpusmarket.com/sse"
}
}
}
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