Skip to main content
Glama

Weather MCP Server

by ctermiii
package.json1.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" } }

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/ctermiii/weather-mcp-metro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server