weather-mcp-server

ezh0v/weather-mcp-server
★ 239 stars Go 🤖 AI/LLM Updated 2mo ago
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:
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/ezh0v/weather-mcp-server@latest"
      ]
    }
  }
}

Topics

gogolangmcpmcp-serverssestdio