A custom Model Context Protocol (MCP) server built in Python. Uses Playwright for browser automation to fetch live Israeli weather data and exposes it as tools for LLMs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-weather-server uvx mcp-weather-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-weather-server