A Weather MCP server, tutorial as well as enterprise grade possibilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"cchinchoy/mcp-weather-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-weather-server npx -y cchinchoy/mcp-weather-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"cchinchoy/mcp-weather-server"
]
}
}
}