Loading MCP server directory, please wait...
MCP server providing weather tools with data sourced from AccuWeather.
npx @getmcp/cli add io.github.JonJam/accuweather-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ACCUWEATHER_API_KEYAccuWeather API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.JonJam/accuweather-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ACCUWEATHER_API_KEY",
"docker.io/jonjam/accuweather-mcp:1.4.9"
],
"env": {
"ACCUWEATHER_API_KEY": ""
}
}
}
}