Weather MCP Server
@panzhenyao
Weather MCP Server について
MCP server
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Weather MCP Server?
It is an MCP server that uses the OpenWeatherMap API to retrieve current weather data and forecasts for any location. It supports metric and imperial units and can be hosted on MCP.so.
How to use Weather MCP Server?
Install Node.js v18+, obtain a free OpenWeatherMap API key, clone the repo, run npm install and npm run build, then start with WEATHER_API_KEY=your_key npm start for stdio mode. For REST mode, add mode=rest port=9595 endpoint=/rest. Use the tools current_weather and weather_forecast.
Key features of Weather MCP Server
- Current weather data for any location
- Weather forecast up to 5 days
- Support for metric and imperial units
- Compatible with stdio and REST transports
- Docker containerization for easy deployment
- Compatible with MCP.so hosting requirements
Use cases of Weather MCP Server
- Get real-time weather for a city within a chat interface
- Retrieve a multi-day forecast for trip planning
- Integrate weather data into AI assistant workflows
- Deploy a weather API endpoint using MCP protocol
FAQ from Weather MCP Server
What API key is required?
A free OpenWeatherMap API key is required; get one from openweathermap.org/api.
What are the runtime requirements?
Node.js v18+ and an OpenWeatherMap API key.
Can I run the server with Docker?
Yes, build the Docker image with docker build -t mcp/weather-mcp-server . and run with environment variable WEATHER_API_KEY.
What units are supported?
Metric (Celsius) and imperial (Fahrenheit). Metric is the default.
How many days are available for forecast?
Up to 5 days; you can specify the number of days (default 5).
「メディアとデザイン」の他のコンテンツ
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.
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 Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Video Editor MCP server
burningionMCP Interface for Video Jungle
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
コメント