weather-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-mcp-serverwhat's the weather in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tech Learning Session — Writing Effective Tools for AI Agents
A short, hands-on assignment based on Anthropic's Writing tools for AI agents.
What is this?
You get one small weather tool (an MCP server) wired into Claude Code. The tool works, but it's deliberately written badly — a vague name, no description, a raw response. Your job is to improve it across 4 rounds and watch the AI agent go from ignoring the tool to using it perfectly — without ever changing what the tool actually does.
The big idea: the agent never sees your code. It only sees the tool's name, parameters, description, and return value. Those four things decide whether it gets called and used well.
Related MCP server: mcp-poc
What you'll practice
Naming a tool and its parameters so an agent knows when to use it
Writing a description that is the interface
Returning readable, useful results instead of raw data
Writing error messages an agent can recover from
Keeping responses token-efficient
How to do it
SETUP.md— get the weather tool running in Claude Code (~5 min).QUESTION.md— the assignment: what to ask, the 4 rounds, and how to check whether the agent called your tool.
Weather data comes from Open-Meteo — free, global, no API key required.
Requirements
Python ≥ 3.10, Claude Code, and either uv
(recommended) or pip. Full details in SETUP.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server for weather information by @kulybaba
An MCP server for weather information by @kulybaba
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
Related MCP Servers
- FlicenseAqualityDmaintenanceA simple MCP server demonstrating tools, resources, and prompts for weather data, built during an Agentic AI Internship.1-
- FlicenseNot gradedqualityCmaintenanceA proof-of-concept MCP server that provides weather information using the Open-Meteo API, with tools for greeting, getting weather by coordinates, and by location name.-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides current weather conditions and forecasts via OpenWeatherMap API to AI agents.-
- FlicenseNot gradedqualityBmaintenanceA minimal MCP server that provides current weather and forecasts for any city using the free Open-Meteo API, no API key required.7-