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