Developer Tools
Trust: 30/100 (Limited)io.github.Hyg900928/mcp-weather-server Guide
An MCP server for weather information.
by Hyg900928
Quick Start
Install
npx @heyg/mcp-weather-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-hyg900928-mcp-weather-server": {
"command": "npx",
"args": [
"@heyg/mcp-weather-server"
]
}
}
}