mcpbeat Sign in

Local Dfw MCP Server

by lizzlechen Your server? Claim it
local only

Local Dfw MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 19 Jul 2026.

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

Installs per day peak 371 · avg 54 · -45% w/w
a month agotoday
53
Installs / week
npm · local-dfw-mcp
2
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Local Dfw MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add local-dfw-mcp -- npx -y local-dfw-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "local-dfw-mcp": {
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.local-dfw-mcp]
command = "npx"
args = ["-y", "local-dfw-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "local-dfw-mcp": {
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "local-dfw-mcp": {
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DFW_TICKETMASTER_API_KEY (Optional Ticketmaster Discovery API key — adds concerts/sports/theater to dfw_events. Free (5000 calls/day) at https://developer.ticketmaster.com. City calendars work without it.), DFW_SODA_APP_TOKEN (Optional Socrata app token — raises the shared per-IP rate limit for Dallas open-data queries. Free at https://dev.socrata.com/register. Works fine without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Local Dfw MCP

same job, measured the same way
XRPL-Utilities
by xrpl-utilities

XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.

73 installs/wk local only
D
DevRel Directory
by devrel

Search DevRel tools, communities, jobs, events, CFPs, and guides from devrel.directory.

6 tools answering
Education Data
by pipeworx-io

Education Data MCP — US K-12 schools, districts, funding and child poverty.

40 tools answering
Developer Toolkit MCP
by mjaskolski

The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.

2 tools answering
MiniMindsLab MCP Tools
by minimindslab-mcp

Deterministic MiniMindsLab utilities for AI agents over MCP.

8 tools answering
Onthecheap MCP
by chrischall

On the Cheap MCP — free and cheap events, deals and local guides across 14 US cities

546 installs/wk local only
String Utils AI MCP
by csoai-org

String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built

165 installs/wk local only
DistrictAPI
by districtapi

US public school districts and schools by address — enrollment, demographics, boundaries

124 installs/wk local only

Local Dfw MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Local Dfw MCP?
Local Dfw MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package local-dfw-mcp was installed 53 times last week.
How do I connect Local Dfw MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls local-dfw-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Local Dfw MCP?
The npm package local-dfw-mcp was installed 53 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Local Dfw MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.