An MCP server that provides weather information
Tags
registry.modelcontextprotocol.io
Configuration
{
"mcpServers": {
"weather-server-python": {
"args": [
"chst-weather"
],
"command": "uvx",
"transport": "stdio"
}
}
}