ezh0v/weather-mcp-server
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
Dependents medium impact
Matched Queries
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