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
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)