A
securityF
licenseA
qualityA Model Context Protocol server that provides real-time weather information and 5-day forecasts to AI assistants, supporting multiple languages and flexible units.
Last updated -
3
8
TypeScript
一个简单的模型上下文协议 (MCP) 服务器,可提供任何位置的天气信息。
模型上下文协议 (MCP) 是 AI 应用程序和代理与数据源和工具连接的标准化方式。它允许像 Claude 这样的 AI 模型通过标准化接口与您的本地系统、外部服务和自定义工具进行交互。
node /Users/le-yo/CascadeProjects/mcp-weather-server/index.js
连接后,您可以要求 Claude 使用天气工具:
该服务器实现了模型上下文协议 (MCP),提供了一个从 wttr.in API 获取天气数据的工具。当 Claude 或其他 MCP 客户端连接到该服务器时,他们可以使用get_weather
工具检索任意位置的当前天气状况。
您可以通过以下方式扩展此服务器:
麻省理工学院
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
一个实现模型上下文协议的简单服务器,允许像 Claude 这样的 AI 模型使用 wttr.in API 获取任何位置的实时天气信息。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/le-yo/weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server