Odel
GrappleAI

GrappleAI

Local
@kambleaa007TypeScriptApache-2.0Updated 6mo ago

An MCP server for weather information.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kambleaa007/mcp-weather-serverv1.0.1

Run

npx -y @kambleaa007/mcp-weather-server

MCP client config

{
  "mcpServers": {
    "grappleai": {
      "command": "npx",
      "args": [
        "-y",
        "@kambleaa007/mcp-weather-server"
      ]
    }
  }
}