Skip to content
Grok

whistle mcp for Grok

io.github.mattwerner-sudo/whistle-mcp

Verified staff contacts, schools, and hiring signals across NCAA athletic departments.

client:Grok transport:stdio runtime:npm

Install whistle 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": {
    "whistle-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gowhistle-mcp"
      ],
      "env": {
        "WHISTLE_API_KEY": "<WHISTLE_API_KEY>",
        "WHISTLE_API_BASE": "<WHISTLE_API_BASE>"
      }
    }
  }
}

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

whistle mcp in other clients