Servers
MCP Weather Server
@TimLukaHorstmann
A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@timlukahorstmann/mcp-weather"
],
"env": {
"ACCUWEATHER_API_KEY": "your_api_key_here"
}
}
}
}