/ Directorio / Playground / Open-Meteo Weather MCP
● Comunidad isdaniel ⚡ Instantáneo

Open-Meteo Weather MCP

por isdaniel · isdaniel/mcp_weather_server

Weather MCP using the Open-Meteo API — forecasts, archives, air quality.

Weather MCP using the Open-Meteo API — forecasts, archives, air quality.

Demo en vivo

Cómo se ve en la práctica

mcp-weather-isdaniel.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-weather-isdaniel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-weather-isdaniel"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-weather-isdaniel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-weather-isdaniel"
      ]
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-weather-isdaniel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-weather-isdaniel"
      ]
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-weather-isdaniel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-weather-isdaniel"
      ]
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-weather-isdaniel",
      "command": "npx",
      "args": [
        "-y",
        "mcp-weather-isdaniel"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-weather-isdaniel": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-weather-isdaniel"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add mcp-weather-isdaniel -- npx -y mcp-weather-isdaniel

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Open-Meteo Weather MCP

Get started with Open-Meteo Weather MCP

Cuándo usarlo: When you want to bring Open-Meteo Weather MCP into your Claude workflow.

Flujo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Open-Meteo Weather MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with Open-Meteo Weather MCP directly from your IDE.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills