wwo-mcp
by WorldWeatherOnline·★ 1·综合分 34
World Weather Online MCP服务器为AI助手提供全面的气象数据工具。
ai-llmweatherdeveloper-tools
0
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于
概述
这个MCP服务器使Claude、Cursor等AI系统能够通过直接API调用访问World Weather Online的气象数据。它提供当前天气、预报、历史数据、海洋天气、滑雪条件、天文信息、时区和气候平均值等工具。服务器设计为可在Railway上轻松部署并支持自定义域名。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:使AI助手能够向用户提供实时天气信息
你:将历史天气数据集成到分析工具中
你:通过专业天气预报支持海上或户外活动规划
你:我需要什么API密钥?
你:提供哪些气象数据?
什么时候选它
当您需要为AI应用程序获取全面的天气数据,并倾向于使用详细的配置说明的即用型解决方案时,选择此MCP服务器。
什么时候不要选它
如果您需要来自其他提供商的天气数据,或者想在AI应用程序中避免第三方API依赖,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 8 个工具get_weatherCurrent conditions + 14-day forecast
get_historical_weatherPast weather from 2008 onwards
get_marine_weatherSwell, tides, water temperature
get_ski_weatherTop/mid/base elevation forecasts
search_locationLocation autocomplete
get_astronomySunrise, sunset, moon phase
get_timezoneLocal time + UTC offset
get_climate_averagesMonthly 12-year climate averages
可对比工具
openweathermap-mcpweatherapi-mcpmeteoblue-mcp
安装
安装
Railway部署
- 将仓库推送到GitHub
- 从GitHub仓库部署到Railway
- 添加自定义域名(可选)
- 测试健康端点
Claude Desktop
添加到~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"world-weather-online": {
"url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
}
}
}本地开发
npm install
npm run dev服务器运行在http://localhost:3000
FAQ
- 我需要什么API密钥?
- 您需要从World Weather Online开发者门户获取的API密钥。
- 提供哪些气象数据?
- 服务器提供当前天气、14天预报、可追溯至2008年的历史数据、海洋天气、滑雪天气、天文数据、时区和气候平均值。
wwo-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。