🌤️ MCP Weather Server (Cursor + Node.js + WSL)
@mdkaifansari04
About 🌤️ MCP Weather Server (Cursor + Node.js + WSL)
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 🌤️ MCP Weather Server (Cursor + Node.js + WSL)?
A simple Model Context Protocol (MCP) server that provides real‑time weather data via the OpenWeatherMap API. It is built with Node.js, runs inside WSL (Windows Subsystem for Linux), and is designed to be used with the Cursor AI client.
How to use 🌤️ MCP Weather Server (Cursor + Node.js + WSL)?
Clone the repository in WSL, install dependencies with npm install, create a .env file with your OpenWeatherMap API key (WHETHER_API_KEY), then configure the server in Cursor’s mcp.json using the wsl command pointing to index.js. Invoke the tool with getWhetherByCityName({ name: "CityName" }).
Key features of 🌤️ MCP Weather Server (Cursor + Node.js + WSL)
- Exposes a single MCP tool:
getWhetherByCityName - Fetches current weather for any city
- Compatible with Cursor AI client
- Runs inside WSL with clean
.envconfiguration - Uses OpenWeatherMap API (requires free API key)
Use cases of 🌤️ MCP Weather Server (Cursor + Node.js + WSL)
- Get real‑time weather for a city while coding in Cursor
- Integrate weather data into AI‑powered workflows
- Learn how to build and run an MCP server with Node.js
FAQ from 🌤️ MCP Weather Server (Cursor + Node.js + WSL)
What does this MCP server do?
It provides a tool (getWhetherByCityName) that returns current weather data for any city name using the OpenWeatherMap API.
What are the prerequisites?
You need Cursor installed, WSL enabled with a Linux distribution, Node.js and npm in WSL, and an OpenWeatherMap API key.
How do I configure the server in Cursor?
In Cursor’s mcp.json (or settings UI), add a demo server with "command": "wsl" and "args": ["node", "/path/to/index.js"]. The env key does not work with wsl; use a .env file instead.
Where does the API key go?
Create a .env file in the project root with WHETHER_API_KEY=your_openweather_api_key_here. The server reads it using dotenv.
Can I run this server without WSL?
The README explicitly targets WSL. It does not document other environments.
Frequently asked questions
What does this MCP server do?
It provides a tool (`getWhetherByCityName`) that returns current weather data for any city name using the OpenWeatherMap API.
What are the prerequisites?
You need Cursor installed, WSL enabled with a Linux distribution, Node.js and npm in WSL, and an OpenWeatherMap API key.
How do I configure the server in Cursor?
In Cursor’s `mcp.json` (or settings UI), add a `demo` server with `"command": "wsl"` and `"args": ["node", "/path/to/index.js"]`. The `env` key does not work with `wsl`; use a `.env` file instead.
Where does the API key go?
Create a `.env` file in the project root with `WHETHER_API_KEY=your_openweather_api_key_here`. The server reads it using `dotenv`.
Can I run this server without WSL?
The README explicitly targets WSL. It does not document other environments.
Basic information
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments