Skip to content
Grok

Obyte MCP for Grok

io.github.taump/obyte-mcp

Query Obyte mainnet and testnet: balances, units, autonomous agents, AA state, dry runs, tokens.

client:Grok transport:stdio runtime:npm

Install Obyte MCP 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": {
    "obyte-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obyte-mcp"
      ],
      "env": {
        "OBYTE_NETWORK": "<OBYTE_NETWORK>",
        "OBYTE_MAINNET_HUB_ADDRESS": "<OBYTE_MAINNET_HUB_ADDRESS>",
        "OBYTE_TESTNET_HUB_ADDRESS": "<OBYTE_TESTNET_HUB_ADDRESS>",
        "OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS": "<OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS>"
      }
    }
  }
}

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

Obyte MCP in other clients