A tiny Go MCP that answers 'what's the weather in X?' using WeatherAPI — one tool, one env var, zero ceremony.
weather-mcp-server is a minimal Go server exposing a single current_weather tool that calls WeatherAPI.com. Useful as a 'hello world' MCP, a building block for location-aware agents, or a quick way to add weather awareness without pulling in a heavier maps MCP.
Добавьте в context_servers. Zed перезагружается автоматически.
claude mcp add weather -- TODO 'See README: https://github.com/ezh0v/weather-mcp-server'
Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.
Сценарии использования
Реальные сценарии: weather-mcp-server
Give your personal assistant weather awareness
👤 Anyone using Claude as a daily assistant⏱ ~10 minbeginner
Когда использовать: You ask Claude for weather and it keeps saying 'I don't have real-time data'. Fix that in 5 minutes.
Предварительные требования
WeatherAPI.com free API key — weatherapi.com/signup — 1M calls/month free
Поток
Set up and connect
Install weather-mcp-server via Docker with WEATHER_API_KEY=... and connect from Claude Desktop.✓ Скопировано
→ current_weather tool visible
Ask naturally
What's the weather like in Tokyo right now? Should I bring a jacket for a walk?✓ Скопировано
→ Real-time conditions + actionable suggestion
Итог: Instant weather checks without a separate app.
Подводные камни
Free tier limits + no forecast endpoint here — This tool is current-conditions only; use weatherapi's REST API directly for 7-day forecast or swap to a more feature-rich weather MCP
Generate a morning travel briefing for multiple cities