W
Weather MCP Server
by @lucky020323
MCP
Created 6/14/2026
Updated about 6 hours ago
README
Repository documentation and setup instructions
weather-mcp-server
MCP
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/lucky020323/weather-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"lucky020323-weather-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/lucky020323/weather-mcp-server"
]
}
}
}