My Weather Server 0706

by yangvue

341 downloads
Not rated
GitHub

About

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.

Details

Author
yangvue
Downloads
341
Categories
Media

- Provides a single tool get_weather for current weather.
- Uses Open-Meteo as the weather data source.
- Accepts a city string as input.
- Runs via npx with no local installation required.
- Complies with the Model Context Protocol (MCP).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name My Weather Server 0706
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server configuration to your MCP client with the command npx and arguments ["-y", "open-meteo-mcp-weather-server"]. Then invoke the get_weather tool with a JSON object containing a city field (e.g., {"city": "上海"}) to receive current weather data.

get_weather

通过 my-weather-server-0706 获取指定城市的当前真实天气

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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

``json { "city": "上海" } `

Server Config

`json { "mcpServers": { "my-weather-server-0706": { "command": "npx", "args": ["-y", "open-meteo-mcp-weather-server"] } } } `` No API key is required.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.