Anshul619/weather-mcp-server
A Python-based MCP (Model Code Provider) server that integrates with GitHub Copilot or Claude Desktop as a tool for fetching weather data.
Platform-specific configuration:
{
"mcpServers": {
"weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"weather-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...