mcp-server-simpsons-cities

cindyhsugit/mcp-server-simpsons-cities
★ 0 stars Unknown language Code/Dev Tools Updated today
An MCP server that finds real cities near a given zip code whose names match anything from The Simpsons — characters, places, businesses, and more.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-simpsons-": {
      "command": "npx",
      "args": [
        "-y",
        "cindyhsugit/mcp-server-simpsons-cities"
      ]
    }
  }
}