An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"global-weather-intel": {
"command": "npx",
"args": [
"-y",
"LakshChhabra248/Global-Weather-Intelligence-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add global-weather-intel npx -y LakshChhabra248/Global-Weather-Intelligence-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"global-weather-intel": {
"command": "npx",
"args": [
"-y",
"LakshChhabra248/Global-Weather-Intelligence-MCP-Server"
]
}
}
}