An MCP-compatible service that provides real-time weather and location data via the OpenWeather API. Built for easy integration with Claude Desktop and Ollama (Qwen 2.5).
mcpServer
{ "mcpServers": { "weather": { "command": "node", "args": [ "/absolute/path/to/weather-mcp/build/index.js" ], "env": { "OPENWEATHER_API_KEY": "your_api_key_here" } } } }
node build/index.js