mcpbeat Sign in

Weatherai MCP Server

by weatherai-io Your server? Claim it
local only

Weatherai runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 25 Apr 2026.

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

Installs per day peak 21 · avg 10 · +103% w/w
a month agotoday
50
Installs / week
npm · @weatherai/mcp-server
0
Stars
0 open issues
25 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Weatherai every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add weatherai -- npx -y @weatherai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weatherai": {
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weatherai]
command = "npx"
args = ["-y", "@weatherai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "weatherai": {
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weatherai": {
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weatherai

same job, measured the same way
Pro Flight Search Airport Delays
by proflightsearch

Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.

4 tools answering
Google Maps MCP Server
by cablate

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

2 624 installs/wk local only
MeteoSwiss MCP Server
by eins78

Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.

102 installs/wk 7 tools answering
Travel Agent MCP
by forgemeshlabs

Free travel tools plus live x402 Travel Pulse, day trips, weekends, weather, creator, and mobility.

44 installs/wk local only
Virga Weather
by mcmurrym

Weather API tools — current, hourly, daily forecasts, and historical data.

19 installs/wk local only
Weather
by starhawkmk1

MCP weather server for Windows tutorial

31 installs/wk local only
Open-Meteo Weather MCP by UnClick
by malamutemayhem

Open-Meteo Weather tools for weather, forecast, open-meteo by UnClick.

17 installs/wk local only
WillyWeather MCP by UnClick
by malamutemayhem

Australian weather, surf, and tide forecasts from WillyWeather. By UnClick.

23 installs/wk local only

Weatherai — questions

Answers built from our own checks of this server.

Why is there no uptime for Weatherai?
Weatherai runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @weatherai/mcp-server was installed 50 times last week.
How do I connect Weatherai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @weatherai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Weatherai?
The npm package @weatherai/mcp-server was installed 50 times in the last week. Week over week that is +103%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weatherai open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.