Claude MCP Weather App
April 1, 2025 ยท View on GitHub
Copied from https://modelcontextprotocol.io/quickstart/server Uses a free api to get weather & weather alerts
Quick Start
- Clone this repo, run
npm installthennpm run build - In
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"command": "/Users/laurengarcia/.nvm/versions/node/v22.14.0/bin/node",
"args": [
"/Users/laurengarcia/github/weather/build/index.js"
]
}
}
}
- Restart Claude & you should see
get_alerts&get_forecastin MCP Tools.