Weather MCP Server
天气 MCP 服务器
该项目是一个提供天气信息的模型上下文协议(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目录中。
MCP 配置
.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