Weather MCP Server
Weather MCP Server
Стандартный сервер Model Context Protocol (MCP), предоставляющий прогнозы погоды в реальном времени по названиям городов с использованием Open-Meteo API.
Возможности
Геокодирование: Автоматически преобразует названия городов в географические координаты (широту и долготу)
Погода в реальном времени: Получает текущую температуру, скорость ветра и коды погоды
Интеграция с MCP: Полностью совместим с MCP-клиентами, такими как Claude Desktop
Без API-ключей: Использует бесплатный API с открытым исходным кодом Open-Meteo — регистрация не требуется!
Related MCP server: Weather MCP Server
Предварительные требования
Node.js >= 18.x
npm или yarn
Установка
Клонируйте репозиторий:
git clone https://github.com/Yaseen-md/weather-mcp-server.git
cd weather-mcp-serverУстановите зависимости:
npm installСоберите сервер:
npm run buildРазработка
Запустите сервер напрямую без сборки:
npm run devИнтеграция с Claude Desktop
Чтобы использовать этот сервер погоды с Claude Desktop, необходимо настроить файл claude_desktop_config.json.
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Добавьте следующую конфигурацию:
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"C:/path/to/your/weather-mcp-server/build/index.js"
]
}
}
}(Убедитесь, что вы заменили путь на фактический абсолютный путь к вашему собранному файлу index.js.)
Доступные инструменты
get_weather
Получает текущую погоду для указанного города.
Входные параметры:
city(строка): Название города (например, "Delhi", "Tokyo", "London", "San Francisco")
Возвращает: Температуру в градусах Цельсия, скорость ветра и код погоды.
Лицензия
Этот проект лицензирован в соответствии с лицензией MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.
- FlicenseBqualityDmaintenanceEnables real-time weather information and forecasts using the Open-Meteo API. Provides current weather conditions and forecast data for any location specified by latitude and longitude coordinates.1
- FlicenseNot gradedqualityDmaintenanceEnables AI agents like GitHub Copilot to retrieve real-time weather data for any city using the Open-Meteo API, no API key required.9
- AlicenseNot gradedqualityDmaintenanceProvides real-time and historical weather data for any city worldwide, including forecasts, air quality, and marine conditions, using the free Open-Meteo API.21MIT
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yaseen-md/weather-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server