A Simple MCP weather Server written in TypeScript
See the Build an MCP server tutorial for more information.
by kulybaba · TypeScript
An MCP server for weather information by @kulybaba
Retrieve and display weather information and forecasts.
Could not list tools - the server may require authentication or be unreachable.
See the Build an MCP server tutorial for more information.
claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server@0.0.4"
]
}
}
}