mcp-weather
mcp-weather
Всемирный MCP-сервер погоды. Он преобразует название места в координаты, затем возвращает текущие условия через stdio для MCP-клиентов, таких как Cursor.
Репозиторий: github.com/deep3036/mcp-weather
Что он делает
Сервер регистрирует один инструмент:
Инструменты | Вход | Выход |
|
| Текущая температура, ощущаемая температура, влажность, осадки, ветер, состояние, день/ночь, часовой пояс и координаты |
Примеры location: Delhi, Greater Noida, Mumbai, London.
Геокодирование использует Open-Meteo Geocoding. Данные прогноза используют Open-Meteo Forecast. Ни один из API не требует ключа для такого использования.
Если названию соответствует несколько мест, используется первый результат геокодирования.
Related MCP server: Weather MCP
Требования
Node.js 20 или новее
npm
Установка
npm installЗапуск
Разработка (TypeScript через tsx):
npm run devПродакшн:
npm run build
npm startЭтот процесс общается по MCP через stdin/stdout. Логи выводятся в stderr. Не запускайте его как обычное веб-приложение.
Конфигурация MCP для Cursor
Укажите клиенту на этот каталог проекта:
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "D:\\mcp\\weather-mcp"
}
}
}После сборки можно использовать node и dist/index.js вместо tsx.
Структура проекта
Путь | Роль |
| MCP-сервер, инструмент и вызовы Open-Meteo |
| TypeScript ( |
| Скрипты: |
Лицензия
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Free, keyless real-time weather and 7-day forecasts for any city worldwide.
Provide real-time and forecast weather information for locations in the United States using natura…
Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools
Get current weather for any city and create images from your prompts. Streamline planning, reports…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to get current weather information for any city using the Open-Meteo API. Provides detailed meteorological data including temperature, precipitation, day/night status, and hourly forecasts through natural language queries.
- AlicenseNot gradedqualityDmaintenanceEnables users to get real-time weather information for any city in the world. Provides current temperature and weather conditions through a simple city name query.MIT
- AlicenseNot gradedqualityDmaintenanceEnables users to get current weather information for any city using the OpenWeatherMap API. Returns formatted weather data including temperature, humidity, and weather description through natural language queries.MIT
- FlicenseBqualityDmaintenanceEnables users to retrieve current weather information for any city location. Provides a simple interface to fetch weather data through natural language queries.1
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/deep3036/mcp-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server