Ana-Gutman/MCP_Weather_Tools_Server
MCP (Model Context Protocol) server exposing weather-related tools that can be consumed by LLM clients (e.g., Claude Desktop). Implements a modular provider system, structured tool definitions, and a Python-based server that returns structured responses for agent workflows.
Platform-specific configuration:
{
"mcpServers": {
"MCP_Weather_Tools_Server": {
"command": "npx",
"args": [
"-y",
"MCP_Weather_Tools_Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...