package.json•1.17 kB
{
"name": "@ctermiii/weather-mcp-server",
"version": "1.1.1",
"description": "MCP server for fetching weather data from Open-Meteo API with support for Chinese city names, 1-16 days forecast, temperature, wind, comfort index, precipitation, UV index, and PM2.5/PM10 air quality",
"type": "module",
"main": "index.js",
"bin": {
"weather-mcp-server": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"mcp",
"weather",
"open-meteo",
"model-context-protocol",
"llm",
"claude",
"forecast",
"chinese",
"temperature",
"precipitation",
"uv-index",
"pm2.5",
"air-quality"
],
"author": "wanli",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wanli/weather-mcp-server.git"
},
"bugs": {
"url": "https://github.com/wanli/weather-mcp-server/issues"
},
"homepage": "https://github.com/wanli/weather-mcp-server#readme",
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
}
}