The reputation layer for AI skills, tools & agents

ezh0v/weather-mcp-server

Score: 36.4 Rank #3719

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:

Overview

ezh0v/weather-mcp-server is a Go MCP server licensed under MIT. 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: Topics: go, golang, mcp, mcp-server, sse, stdio.

Ranked #3719 out of 25632 indexed tools.

Ecosystem

Go MIT
gogolangmcpmcp-serverssestdio

Signal Breakdown

Stars 239
Freshness 15d ago
Issue Health 0%
Contributors 2
Dependents 0
Forks 19
Description Detailed
License MIT

How to Improve

Issue Health high impact

You have 2 open vs 0 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for ezh0v/weather-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/ezh0v--weather-mcp-server)](https://agentrank-ai.com/tool/ezh0v--weather-mcp-server)
<a href="https://agentrank-ai.com/tool/ezh0v--weather-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/ezh0v--weather-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

<div align="center">

<h1>Weather API MCP Server</h1>

<strong>[Report Bug](https://github.com/ezh0v/weather-mcp-server/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml)</strong> | <strong>[Request Feature](https://github.com/ezh0v/weather-mcp-server/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml)</strong>

</div>

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

<div align="center">

</div>

## Installing on Claude Desktop

To use your MCP server with Claude Desktop, add it to your Claude configuration:

#### 1. Local mode

```json
{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "/path/to/weather-mcp-server",
      "env": {
        "WEATHER_API_KEY": "your-api-key"
      }
    }
  }
}
```

You can get an API key from your personal account on [WeatherAPI](https://www.weatherapi.com/my/).

#### 2. Remote mode

```json
{
  "mcpServ
Read full README on GitHub →
Are you the maintainer? Claim this listing