weather
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather北京今天天气如何?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
天气查询 MCP 服务
基于 Node.js 的 MCP (Model Context Protocol) 服务,提供中国城市天气查询功能。
功能特性
query_weather: 查询城市实时天气信息
get_weather_details: 获取详细天气信息,包括未来几天预报
Related MCP server: HeFeng Weather MCP Server
快速安装
方式一:使用 npx(推荐)
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "juweather-mcp-server"],
"env": {
"JUHE_WEATHER_API_KEY": "你的API_KEY"
}
}
}
}方式二:从 GitHub 安装
# 克隆仓库
git clone https://github.com/jaron2026/weather.git
cd weather
# 安装依赖
npm install然后在 Claude Desktop/Cursor 配置:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["你的本地路径/index.js"],
"env": {
"JUHE_WEATHER_API_KEY": "你的API_KEY"
}
}
}
}配置 API Key
访问 聚合数据官网 注册账号
在个人中心获取 API Key(免费)
将 API Key 填入配置文件的
JUHE_WEATHER_API_KEY
使用示例
帮我查一下苏州今天的天气
北京未来几天的天气预报
深圳现在温度多少数据来源
使用 聚合数据 的免费天气 API。
开发
# 克隆项目
git clone https://github.com/jaron2026/weather.git
cd weather
# 安装依赖
npm install
# 调试
npm run inspect项目结构
weather/
├── index.js # MCP 服务主文件
├── package.json # 项目配置
├── .env.example # 环境变量示例
├── .gitignore # Git 忽略文件
└── README.md # 项目文档许可证
MIT
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.
Latest Blog Posts
- 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/sheep1987/weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server