MCP Directory
Back

weather-mcp-server

by ezh0v · Go · ★ 244

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers