Weather MCP Server
Погода MCP Сервер
Этот проект представляет собой сервер Model Context Protocol (MCP), предоставляющий информацию о погоде.
Функции
Получите текущий прогноз погоды для определенной широты и долготы.
Получайте оповещения о погоде в активном штате США.
Related MCP server: Weather MCP Server
Настраивать
Установить зависимости:
pnpm installСборка сервера:
pnpm run build
Запуск сервера
Этот сервер предназначен для работы с клиентом MCP, например Claude for Desktop.
Чтобы настроить Claude for Desktop (или аналогичный клиент MCP) для использования этого сервера, вам нужно указать ему на встроенный сервер. Типичная конфигурация будет включать указание:
Команда :
nodeАргументы :
["/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"]
Замените /ABSOLUTE/PATH/TO/YOUR/PROJECT/ на фактический абсолютный путь к каталогу mcptest в вашей системе.
Например, если ваш проект находится в /Users/bohe/Desktop/mcptest , аргумент будет ["/Users/bohe/Desktop/mcptest/build/index.js"] .
Конкретные инструкции по добавлению и настройке сервера MCP см. в документации вашего клиента MCP.
Разработка
Исходный код находится в каталоге
src.Основная логика сервера находится в
src/index.ts.Выходные данные сборки находятся в каталоге
build.
Конфигурация МКП
Файл .vscode/mcp.json предоставляется VS Code для распознавания и потенциальной отладки этого сервера MCP.
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
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools to fetch weather alerts for US states and forecasts based on latitude/longitude coordinates using the US National Weather Service API.2581MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.58GPL 3.0
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides weather information and forecasts based on user location or address input.6148MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides US weather forecasts and active alerts using the National Weather Service API.2
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
A Model Context Protocol server for Wix AI tools
Appeared in Searches
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/bobby169/mcp-server-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server