World Weather Online MCP
OfficialEnables deployment of the MCP server via GitHub repository integration, allowing users to push the server code to GitHub for subsequent deployment to hosting platforms.
Serves as the runtime environment for the MCP server, enabling execution of the weather data service and API interactions with World Weather Online.
Provides package management and dependency installation for the MCP server during development and deployment phases.
Provides deployment and hosting capabilities for the MCP server on Railway's platform, including automatic Node.js detection, custom domain configuration, and SSL certificate provisioning.
World Weather Online — MCP Server (Railway)
MCP server for World Weather Online. Lets AI assistants like Claude, Cursor, and others call WWO weather data directly as tools.
Deploy to Railway
Step 1 — Push to GitHub
Create a new repository on github.com (call it
wwo-mcp-server)Open Terminal in this folder and run:
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 mainStep 2 — Deploy on Railway
Go to https://railway.app and sign up / log in with GitHub
Click New Project → Deploy from GitHub repo
Select your
wwo-mcp-serverrepositoryRailway detects Node.js automatically and deploys
Your server will be live at a URL like:
https://wwo-mcp-server-production.up.railway.appStep 3 — Add Custom Domain
In Railway dashboard → your project → Settings → Networking → Custom Domain
Type
mcp.worldweatheronline.comand click AddRailway shows you a CNAME value like:
wwo-mcp-server-production.up.railway.appGo 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
Step 4 — Test
Visit your health endpoint:
https://mcp.worldweatheronline.com/healthTest in MCP Inspector:
https://mcp.worldweatheronline.com/mcp?key=YOUR_WWO_API_KEYRelated MCP server: OpenWeather-OneCall3-MCP
Connecting AI Clients
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"world-weather-online": {
"url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
}
}
}Cursor / Windsurf
Add to .cursor/mcp.json:
{
"mcpServers": {
"world-weather-online": {
"url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
}
}
}Available Tools
Tool | Description |
| Current conditions + 14-day forecast |
| Past weather from 2008 onwards |
| Swell, tides, water temperature |
| Top/mid/base elevation forecasts |
| Location autocomplete |
| Sunrise, sunset, moon phase |
| Local time + UTC offset |
| Monthly 12-year climate averages |
Local Development
npm install
npm run devServer runs at http://localhost:3000
This server cannot be deployed
Maintenance
Related MCP Connectors
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)
- geoOAuthco.thinair
Geocoding, routing, isochrones, traffic, weather, and place search for AI agents. 19 MCP tools.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides weather data from WeatherAPI.com through MCP, enabling AI agents to query current conditions and forecasts via natural language.2 npmMIT
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides weather data using the OpenWeather One Call API 3.0. This server allows AI agents to access current weather, forecasts, and historical weather data for any location.35 npm-
- AlicenseAqualityDmaintenanceProvides real-time weather and forecast data via MCP tools, enabling AI agents to query current weather and up to 3-day forecasts for any city.3MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides access to Open-Meteo weather APIs including forecast, historical reanalysis, geocoding, air quality, marine weather, and flood risk data, enabling AI agents to retrieve weather information using natural language.7 npmMIT