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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-simpsons- npx -y cindyhsugit/mcp-server-simpsons-cities
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-simpsons-": {
"command": "npx",
"args": [
"-y",
"cindyhsugit/mcp-server-simpsons-cities"
]
}
}
}