My Weather Server 0706

Created By
yangvue3 days ago
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.
Overview

my-weather-server-0706

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.

Server Config

{
  "mcpServers": {
    "my-weather-server-0706": {
      "command": "npx",
      "args": [
        "-y",
        "open-meteo-mcp-weather-server"
      ]
    }
  }
}
Project Info
Created At
3 days ago
Updated At
3 days ago
Author Name
yangvue
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago