A Simple MCP Weather Server written in Python
mcp-name: io.modelcontextprotocol.anonymous/weather-server-python
See the Quickstart tutorial for more information.
by lxchst · Python
An MCP server that provides weather information
Retrieve current and forecast weather information.
mcp-name: io.modelcontextprotocol.anonymous/weather-server-python
See the Quickstart tutorial for more information.
claude_desktop_config.json
{
"mcpServers": {
"weather-server-python": {
"command": "uvx",
"args": [
"chst-weather"
]
}
}
}