Skip to content
Grok

mcp server for Grok

io.github.azeth-protocol/mcp-server

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

client:Grok transport:stdio runtime:npm

Install mcp server 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@azeth/mcp-server"
      ],
      "env": {
        "AZETH_PRIVATE_KEY": "<AZETH_PRIVATE_KEY>",
        "AZETH_CHAIN": "<AZETH_CHAIN>",
        "AZETH_GUARDIAN_KEY": "<AZETH_GUARDIAN_KEY>",
        "AZETH_GUARDIAN_AUTO_SIGN": "<AZETH_GUARDIAN_AUTO_SIGN>",
        "AZETH_RPC_URL_BASE_SEPOLIA": "<AZETH_RPC_URL_BASE_SEPOLIA>",
        "AZETH_SERVER_URL": "<AZETH_SERVER_URL>",
        "AZETH_EMERGENCY_ADDRESS": "<AZETH_EMERGENCY_ADDRESS>",
        "XMTP_ENCRYPTION_KEY": "<XMTP_ENCRYPTION_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

mcp server in other clients