My Weather Server 0706
БесплатноНе проверенMCP server that provides current weather for any city using Open-Meteo APIs. It exposes a single tool 'get_weather' returning temperature, humidity, wind, and o
Описание
MCP server that provides current weather for any city using Open-Meteo APIs. It exposes a single tool 'get_weather' returning temperature, humidity, wind, and other weather data.
README
MCP server for querying current weather by city. It uses Open-Meteo geocoding and forecast APIs, and exposes one MCP tool: get_weather.
Tools
get_weather
Get current weather for a city.
Input:
{
"city": "上海"
}
Output:
通过 my-weather-server-0706 返回:上海 当前天气是:阴天
定位:上海,上海市,中国
温度:...
体感温度:...
湿度:...
降水:...
云量:...
风速:...
风向:...
更新时间:...
Install
From GitHub:
npx -y github:yangvue/my-weather-server-0706
From npm, once published:
npx -y open-meteo-mcp-weather-server
From this repository:
npm install
npm start
MCP Configuration
Use this config to run from GitHub:
{
"mcpServers": {
"my-weather-server-0706": {
"command": "npx",
"args": ["-y", "github:yangvue/my-weather-server-0706"]
}
}
}
Use this config after the package is published to npm:
{
"mcpServers": {
"my-weather-server-0706": {
"command": "npx",
"args": ["-y", "open-meteo-mcp-weather-server"]
}
}
}
Use this config when running from a local checkout:
{
"mcpServers": {
"my-weather-server-0706": {
"command": "node",
"args": ["/absolute/path/to/my-mcp-server/index.js"]
}
}
}
Data Source
- Geocoding: Open-Meteo Geocoding API
- Weather: Open-Meteo Forecast API
No API key is required.
License
MIT
Установка My Weather Server 0706
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/yangvue/my-weather-server-0706FAQ
My Weather Server 0706 MCP бесплатный?
Да, My Weather Server 0706 MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для My Weather Server 0706?
Нет, My Weather Server 0706 работает без API-ключей и переменных окружения.
My Weather Server 0706 — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить My Weather Server 0706 в Claude Desktop, Claude Code или Cursor?
Открой My Weather Server 0706 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare My Weather Server 0706 with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
