Skip to content
Grok

FLOPS Compute Intelligence for Grok

io.github.zeroatflops/flopsindex-mcp

GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.

client:Grok transport:stdio runtime:pypi

Install FLOPS Compute Intelligence in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flopsindex-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flopsindex-mcp"
      ],
      "env": {
        "FLOPS_API_KEY": "<FLOPS_API_KEY>"
      }
    }
  }
}

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

FLOPS Compute Intelligence in other clients