weather-server-python

kumestra/weather-server-python
★ 0 stars Python Memory/Knowledge Updated today
This repo is tmp. A simple MCP weather server written in Python
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-server-pytho": {
      "command": "uvx",
      "args": [
        "weather-server-python"
      ]
    }
  }
}

Or install with pip: pip install weather-server-python

README Excerpt

See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.