Weather
Freeby MCP Community
MCP server for querying weather by current IP location using Open-Meteo free API
v1.1.1Added Apr 12, 2026
mcpweatherip-locationopenmeteofree
Weather MCP Server
MCP server for querying weather by current IP location using Open-Meteo free API
Installation
npx -y @mariox/weather-mcp-server
Reviews
Installation
Quick install
npx -y @mariox/weather-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@mariox/weather-mcp-server"]
}
}
}