MCP Directory
Back

weather-mcp-server

by ezh0v · Go · ★ 247

A lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:

#go#golang#mcp#mcp-server#sse#stdio

Install

go install github.com/ezh0v/weather-mcp-server@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:ezh0v/weather-mcp-server"
      ]
    }
  }
}

From the README

Weather API MCP Server [](LICENSE) [](go.mod) [](https://goreportcard.com/report/github.com/ezh0v/weather-mcp-server) [](https://github.com/ezh0v/weather-mcp-server/actions?workflow=Build) [](https://github.com/ezh0v/weather-mcp-server/actions?workflow=Test) [Report Bug](https://github.com/ezh0v/weather-mcp-server/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml) | [Request Feature](https://github.com/ezh0v/weather-mcp-server/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml) A lightweight Model Context Protocol (MCP) server that enables AI as…
Read full README on GitHub →

Related other servers