Skip to content
Grok

local dfw mcp for Grok

io.github.lizzlechen/local-dfw-mcp

Your AI's DFW guide: events, appraisals, Dallas 311, crime, floods, schools, utilities, districts.

client:Grok transport:stdio runtime:npm

Install local dfw 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": {
    "local-dfw-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "env": {
        "DFW_TICKETMASTER_API_KEY": "<DFW_TICKETMASTER_API_KEY>",
        "DFW_SODA_APP_TOKEN": "<DFW_SODA_APP_TOKEN>"
      }
    }
  }
}

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

local dfw mcp in other clients