MCP.so
Sign In
Servers
M

My Weather Server 0706

@yangvue

MCP server for querying current real weather by city using Open-Meteo. It exposes a get_weather tool and does not require an API key.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "my-weather-server-0706": {
      "command": "npx",
      "args": [
        "-y",
        "open-meteo-mcp-weather-server"
      ]
    }
  }
}

More from Media & Design