Content
# Weather Service
This weather service is created based on the [official website](https://mcp-docs.cn), and the weather service provider is [He Feng Weather](https://console.qweather.com). In this project, you need to apply for a key to access the weather service.
# Features
- Obtain the geographical location of a city
- Get real-time weather for a specified city
- Retrieve the lifestyle index for a specified city
# Quick Start
1. `clone` this *project*
2. Execute the following command
```bash
npm run build
```
3. Paste the following configuration into your MCP service configuration
```json
"weather-server": {
"command": "cmd",
"args": [
"/c",
"node",
"path\\to\\build\\index.js",
"your-key"
]
}
```
> Note: Node.js version 18 or above is required to use this.
Connection Info
You Might Also Like
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Mastra
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability....
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...