mcp-weather
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-weatherwhat's the weather in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# mcp-weather
Worldwide weather MCP server. It turns a place name into coordinates, then returns current conditions over stdio for MCP clients such as Cursor.
Repository: github.com/deep3036/mcp-weather
What it does
The server registers one tools:
Tools | Input | Output |
|
| Current temperature, feels like, humidity, precipitation, wind, condition, day/night, timezone, and coordinates |
Examples of location: Delhi, Greater Noida, Mumbai, London.
Geocoding uses Open-Meteo Geocoding. Forecast data uses Open-Meteo Forecast. Neither API requires a key for this usage.
If several places match a name, the first geocoding result is used.
Related MCP server: Weather MCP
Requirements
Node.js 20 or later
npm
Setup
npm installRun
Development (TypeScript via tsx):
npm run devProduction:
npm run build
npm startThis process speaks MCP over stdin/stdout. Logs go to stderr. Do not run it as a normal web app.
Cursor MCP config
Point the client at this project directory:
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "D:\\mcp\\weather-mcp"
}
}
}After a build you can use node and dist/index.js instead of tsx.
Project layout
Path | Role |
| MCP server, tool, and Open-Meteo calls |
| TypeScript ( |
| Scripts: |
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Free, keyless real-time weather and 7-day forecasts for any city worldwide.
Provide real-time and forecast weather information for locations in the United States using natura…
Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.
Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to get current weather information for any city using the Open-Meteo API. Provides detailed meteorological data including temperature, precipitation, day/night status, and hourly forecasts through natural language queries.-
- AlicenseNot gradedqualityDmaintenanceEnables users to get real-time weather information for any city in the world. Provides current temperature and weather conditions through a simple city name query.MIT
- FlicenseBqualityDmaintenanceEnables users to retrieve current weather information for any city location. Provides a simple interface to fetch weather data through natural language queries.1-
- AlicenseNot gradedqualityDmaintenanceProvides current weather information for any city worldwide using the free Open-Meteo API, enabling users to query temperature, wind speed, humidity, and weather conditions through natural language.7 npmMIT