← Back to Plugins
MCP Server MCP

AccuWeather MCP

github By github 👁 1 views ▲ 0 votes

MCP server providing weather tools with data sourced from AccuWeather.

Homepage Verified source GitHub

Install

oci:docker.io/jonjam/accuweather-mcp:1.4.11

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/jonjam/accuweather-mcp:1.4.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AccuWeather API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ACCUWEATHER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...