MCP Weather Server
@le-yo
About MCP Weather Server
Weather MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-mcp-le-yo": {
"command": "node",
"args": [
"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 MCP Weather Server?
MCP Weather Server is a simple Model Context Protocol (MCP) server that provides current weather information for any location. It is designed for AI applications like Claude Desktop to retrieve weather data through a standardized interface using the free wttr.in API.
How to use MCP Weather Server?
Install dependencies with npm install and run the server with node index.js. Then add it as a custom MCP server in Claude Desktop by specifying the command node /path/to/index.js in the MCP Servers settings. Once connected, users can ask Claude for weather conditions using natural language prompts.
Key features of MCP Weather Server
- Get current weather for any location
- Compatible with Claude Desktop and other MCP clients
- Uses free wttr.in API (no API key required)
- Implements the
get_weathertool via MCP
Use cases of MCP Weather Server
- Check current weather in a city before traveling
- Integrate real-time weather data into AI assistant conversations
- Answer natural language questions like “Is it raining in Tokyo?”
FAQ from MCP Weather Server
How does MCP Weather Server get weather data?
It fetches current weather information from the free wttr.in API, which requires no API key.
What are the steps to connect MCP Weather Server to Claude Desktop?
Open Claude Desktop, go to Settings > MCP Servers, add a new custom server, and set the command to node /path/to/index.js. Save and restart Claude Desktop.
Can I extend MCP Weather Server with additional features?
Yes, you can add more weather tools (forecast, historical data), implement other MCP features like resources or prompts, or use a different weather API.
What protocol does MCP Weather Server use?
It implements the Model Context Protocol (MCP), a standardized way for AI applications to connect with data sources and tools.
Frequently asked questions
How does MCP Weather Server get weather data?
It fetches current weather information from the free wttr.in API, which requires no API key.
What are the steps to connect MCP Weather Server to Claude Desktop?
Open Claude Desktop, go to Settings > MCP Servers, add a new custom server, and set the command to `node /path/to/index.js`. Save and restart Claude Desktop.
Can I extend MCP Weather Server with additional features?
Yes, you can add more weather tools (forecast, historical data), implement other MCP features like resources or prompts, or use a different weather API.
What protocol does MCP Weather Server use?
It implements the Model Context Protocol (MCP), a standardized way for AI applications to connect with data sources and tools.
Basic information
More Media & Design MCP servers
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
Comments