MCP.so
登录
服务器
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.

MCP server for querying current real weather by city using Open-Meteo.

Tool

  • get_weather: query current weather for a city.

Input

{
  "city": "上海"
}

Server Config

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

No API key is required.

来自「媒体与设计」的更多内容