My Weather Server 0706
@yangvue
About My Weather Server 0706
MCP server for querying current real weather by city using Open-Meteo. It exposes a get_weather tool and does not require an API key.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-weather-server-0706": {
"command": "npx",
"args": [
"-y",
"open-meteo-mcp-weather-server"
]
}
}
}Tools
1query current weather for a city.
Overview
What is My Weather Server 0706?
My Weather Server 0706 is an MCP server that queries current real weather for any city using the Open-Meteo API. It is designed for developers and AI assistants needing up-to-date weather data via a simple tool call.
How to use My Weather Server 0706?
Add the server configuration to your MCP client with the command npx and arguments ["-y", "open-meteo-mcp-weather-server"]. Then invoke the get_weather tool with a JSON object containing a city field (e.g., {"city": "上海"}) to receive current weather data.
Key features of My Weather Server 0706
- Provides a single tool
get_weatherfor current weather. - Uses Open-Meteo as the weather data source.
- Accepts a city string as input.
- Runs via
npxwith no local installation required. - Complies with the Model Context Protocol (MCP).
Use cases of My Weather Server 0706
- Query current weather for a specific city in a chat interface.
- Integrate real-time weather data into MCP‑enabled AI assistants.
- Automate weather lookups for travel or logistics workflows.
FAQ from My Weather Server 0706
What tool does My Weather Server 0706 provide?
It provides a single tool named get_weather that returns current weather data for a given city.
What input does the get_weather tool require?
It requires a JSON object with a city field containing the city name as a string (e.g., "上海").
How do I configure My Weather Server 0706 in an MCP client?
Add the configuration with command: "npx" and args: ["-y", "open-meteo-mcp-weather-server"] to the mcpServers section of your client settings.
What weather data source does My Weather Server 0706 use?
It uses the Open-Meteo API to fetch current real weather data.
Frequently asked questions
What tool does My Weather Server 0706 provide?
It provides a single tool named `get_weather` that returns current weather data for a given city.
What input does the get_weather tool require?
It requires a JSON object with a `city` field containing the city name as a string (e.g., `"上海"`).
How do I configure My Weather Server 0706 in an MCP client?
Add the configuration with `command: "npx"` and `args: ["-y", "open-meteo-mcp-weather-server"]` to the `mcpServers` section of your client settings.
What weather data source does My Weather Server 0706 use?
It uses the Open-Meteo API to fetch current real weather data.
Basic information
More Media & Design MCP servers
Designesy
LE-VAIDesign-system contract verification & scoring for AI agents. 34-check engine (99.1% A self-score), DTCG token validation, WCAG 2.2 a11y, Lottie motion. 11 tools, no auth.
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.

Instagram + TikTok Downloader & Transcriber
IYIAInstagram + TikTok content tools inside your AI: download HD posts/reels/carousels, view Instagram stories anonymously, AI-transcribe videos (100+ languages, SRT/VTT/TXT). Requires a Repost PRO subscription.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
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