Skip to content
Grok

crypto bytes for Grok

io.github.mickymultani/crypto-bytes

Crypto Bytes MCP Server

client:Grok transport:stdio runtime:pypi

Install crypto bytes in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "crypto-bytes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crypto_bytes_mcp_server"
      ]
    }
  }
}

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

crypto bytes in other clients