Back to MCP Servers
Weather
Get weather information from https://api.open-meteo.com API.
location-servicesapi
By isdaniel
Installation
npx -y mcp_weather_serverConfiguration
{
"mcpServers": {
"mcp_weather_server": {
"command": "npx",
"args": ["-y", "mcp_weather_server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes