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
Provides weather information and forecasts through an MCP interface.
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-mcp": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server@0.0.3"
]
}
}
}