A Simple MCP weather Server written in TypeScript
See the Quickstart tutorial for more information.
by byrness · TypeScript
An MCP server for weather information.
Provides current weather data and forecasts for specified locations.
See the Quickstart tutorial for more information.
claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@byrness/mcp-weather-server@1.0.1"
]
}
}
}