🌤️ MCP Weather Server (Cursor + Node.js + WSL)
@mdkaifansari04
关于 🌤️ MCP Weather Server (Cursor + Node.js + WSL)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
评论