Server data from the Official MCP Registry
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
Remote endpoints: streamable-http: https://mcp.worldweatheronline.com/mcp
Valid MCP server (2 strong, 3 medium validity signals). 6 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-worldweatheronline-wwo-mcp": {
"url": "https://mcp.worldweatheronline.com/mcp"
}
}
}From the project's GitHub README.
MCP server for World Weather Online. Lets AI assistants like Claude, Cursor, and others call WWO weather data directly as tools.
wwo-mcp-server)git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/YOUR_USERNAME/wwo-mcp-server.git
git push -u origin main
wwo-mcp-server repositoryYour server will be live at a URL like:
https://wwo-mcp-server-production.up.railway.app
In Railway dashboard → your project → Settings → Networking → Custom Domain
Type mcp.worldweatheronline.com and click Add
Railway shows you a CNAME value like:
wwo-mcp-server-production.up.railway.app
Go to your DNS provider and add:
| Type | Name | Value |
|---|---|---|
| CNAME | mcp | wwo-mcp-server-production.up.railway.app |
SSL certificate is provisioned automatically within minutes
Visit your health endpoint:
https://mcp.worldweatheronline.com/health
Test in MCP Inspector:
https://mcp.worldweatheronline.com/mcp?key=YOUR_WWO_API_KEY
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"world-weather-online": {
"url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"world-weather-online": {
"url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
}
}
}
| Tool | Description |
|---|---|
get_weather | Current conditions + 14-day forecast |
get_historical_weather | Past weather from 2008 onwards |
get_marine_weather | Swell, tides, water temperature |
get_ski_weather | Top/mid/base elevation forecasts |
search_location | Location autocomplete |
get_astronomy | Sunrise, sunset, moon phase |
get_timezone | Local time + UTC offset |
get_climate_averages | Monthly 12-year climate averages |
npm install
npm run dev
Server runs at http://localhost:3000
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.