Odel
quickstart resources

quickstart resources

Local
@eudoroolivares2016Updated 1w 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@eudoroolivares/mcp-weather-serverv1.0.1

Run

npx -y @eudoroolivares/mcp-weather-server

MCP client config

{
  "mcpServers": {
    "quickstart-resources": {
      "command": "npx",
      "args": [
        "-y",
        "@eudoroolivares/mcp-weather-server"
      ]
    }
  }
}