
Weather
- Updated July 1, 2026
- kulybaba/mcp-weather-server
Weather is an MCP server written in TypeScript that supplies weather information so MCP-compatible clients can fetch conditions through standard tool calls.
About
Weather is a lightweight TypeScript MCP server that provides weather information to compatible AI tools. It follows the Model Context Protocol build-server tutorial pattern, making it a reference integration rather than a full meteorology platform. Reach for it when you are learning MCP server structure or need a trivial weather tool hook during app prototyping.
- TypeScript MCP server aligned with the official build-server tutorial
- Small surface area ideal for MCP integration experiments
- Weather information tools callable from any MCP-compatible client
Weather by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add weather -- npx -y @kulybaba/mcp-weather-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @kulybaba/mcp-weather-server |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | July 1, 2026 |
| Repository | kulybaba/mcp-weather-server ↗ |
Where can you find a minimal MCP example that returns weather data for integration testing?
Expose weather lookups to an MCP client while learning or prototyping external data integrations in TypeScript.
Who is it for?
Developers new to MCP who want a tiny TypeScript server modeled on the official tutorial.
Skip if: Production apps that need advanced forecasting, historical climate datasets, or enterprise SLAs.
What you get
Weather responses returned through MCP tool calls for use in demos or integration proofs.
Recommended MCP Servers
FAQ
What is it based on?
The official MCP build-server tutorial documentation.
Which language is the server written in?
TypeScript.
Is it meant for production forecasting?
It is a simple server for weather information, not a full forecasting product.