Weather MCP Server
@Annihilater
About Weather MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-get-weather": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Weather MCP Server?
Weather MCP Server is a lightweight weather information service built with the Model Context Protocol (MCP). It provides current weather conditions for cities worldwide and is designed for easy integration with AI assistants and MCP‑compatible applications.
How to use Weather MCP Server?
Clone the repository, run npm install, then npm run build. Start the server with npx @modelcontextprotocol/inspector node dist/index.js. To use in Cursor, add the configuration "mcp-server-get-weather" to ~/.cursor/mcp.json, specifying the command node and the full path to dist/index.js.
Key features of Weather MCP Server
- Retrieves current weather by city name
- Returns temperature, weather description, humidity, and wind speed
- Falls back to generated data when external API is unavailable
- Lightweight and simple implementation built with TypeScript
- Communicates via stdio transport using MCP protocol
Use cases of Weather MCP Server
- Integrating real‑time weather data into an AI assistant or chatbot
- Quickly checking weather for a specific city during conversation
- Providing weather context in automated workflows or decision‑making tools
- Serving as a demo or reference for MCP server development
FAQ from Weather MCP Server
How does Weather MCP Server obtain weather data?
It uses an external API to fetch live weather data; if the external API is unavailable, it falls back to generated data.
What are the system requirements to run this server?
Node.js, npm, and TypeScript are required. The project uses the MCP SDK (@modelcontextprotocol/sdk) and Zod for validation.
How do I configure Weather MCP Server in Cursor?
Add the following to ~/.cursor/mcp.json:
"mcp-server-get-weather": { "command": "node", "args": ["<path-to-your-project>/dist/index.js"] }
What transport protocol does the server use?
The server uses stdio transport, as specified in the project structure.
Does Weather MCP Server require any authentication or API keys?
No authentication or API keys are mentioned in the documentation.
Frequently asked questions
How does Weather MCP Server obtain weather data?
It uses an external API to fetch live weather data; if the external API is unavailable, it falls back to generated data.
What are the system requirements to run this server?
Node.js, npm, and TypeScript are required. The project uses the MCP SDK (`@modelcontextprotocol/sdk`) and Zod for validation.
How do I configure Weather MCP Server in Cursor?
Add the following to `~/.cursor/mcp.json`: `"mcp-server-get-weather": { "command": "node", "args": ["<path-to-your-project>/dist/index.js"] }`
What transport protocol does the server use?
The server uses stdio transport, as specified in the project structure.
Does Weather MCP Server require any authentication or API keys?
No authentication or API keys are mentioned in the documentation.
Basic information
More Media & Design MCP servers

TravelAnimator
Lascade-CoMCP server and CLI for TravelAnimator — generate animated travel videos, itineraries, and trip media from Claude, Codex, or your terminal

Uwear.ai
Uwear.aiRun complete AI fashion photoshoots from ChatGPT, Claude, or Codex. Turn flat-lay, packshot, and mannequin product images into catalog-ready on-model photos and video with saved art direction, automatic QA, and catalog-s
QR Planet QR Code MCP Server
qrplanetQR Planet QR Code MCP Server - Hosted MCP server for QR Planet. Connect AI agents and MCP-compatible clients to create, update, design, route, and analyze dynamic QR Codes using your QR Planet API key.

Riddle Quiz Maker
Riddle.comCreates and manages quizzes, polls, surveys, personality tests, forms, predictors, minigames and leaderboards on Riddle.com – with branching logic, custom design, live stats and embed code.

uxgen
uxgenA library of conversion components for e-commerce, built on A/B tested mechanics and handed straight to your coding agent. 65 pieces drawn from mechanics that have been A/B tested in real stores: cart drawer with the ups
Comments