Skip to content
Cursor

local dfw mcp for Cursor

io.github.lizzlechen/local-dfw-mcp

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

client:Cursor transport:stdio runtime:npm

Install local dfw mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

local dfw mcp in other clients