Weather MCP Server
@Annihilater
About Weather MCP Server
No overview available yet
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Media & Design MCP servers
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server

Google Maps
modelcontextprotocolModel Context Protocol Servers
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Comments