MCP Server Country que proporciona información del clima se puede combinar con el MCP Server Country Information
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-server-weather-i": {
"command": "npx",
"args": [
"-y",
"vimartinez/MCP-Server-Weather-Information"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-weather-i npx -y vimartinez/MCP-Server-Weather-Information
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-weather-i": {
"command": "npx",
"args": [
"-y",
"vimartinez/MCP-Server-Weather-Information"
]
}
}
}