Skip to content
Grok

headless tracker for Grok

io.github.tamaspetki/headless-tracker

Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.

client:Grok transport:stdio runtime:npm

Install headless tracker in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "headless-tracker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "headless-tracker"
      ]
    }
  }
}

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

headless tracker in other clients