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