My Weather Server 0706
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
My Weather Server 0706Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
