Skip to main content
Glama

Buienradar MCP Server

by wpnbos

Servidor MCP de Buienradar

Descripción general

Este es un servidor MCP que obtiene datos de precipitación para una latitud y longitud determinadas mediante Buienradar. Ofrece una única herramienta MCP, get_precipitation_for , que proporciona pronósticos de precipitación para las próximas dos horas.

Instalación mediante herrería

Para instalar Buienradar MCP Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @wpnbos/buienradar-mcp-server --client claude

Configuración

Primero, asegúrese de tener uv (y Python) instalado.

Para integrar este servidor con Claude for Desktop , actualice su archivo de configuración en:

MacOS/Linux

~/Library/Application Support/Claude/claude_desktop_config.json

Ventanas

code $env:AppData\Claude\claude_desktop_config.json

Ejemplo de configuración:

{ "mcpServers": { "precipitation": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server", "run", "server.py" ] } } }

Reemplace /ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server con la ruta real donde se encuentra su servidor.

Reinicie Claude for Desktop para que la herramienta esté disponible.

Es posible que deba proporcionar la ruta completa de uv en lugar de solo uv . Para encontrar la ruta completa de su ejecutable uv , en macOS/Linux, ejecute which uv .

Uso

Si todo salió bien, deberías poder preguntarle a Claude sobre cualquier precipitación próxima.

> Will there be any rain soon in Amsterdam? > No rain predicted in Amsterdam for the next 2 hours.
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Obtiene pronósticos de precipitaciones para cualquier ubicación utilizando Buienradar y se integra con Claude for Desktop para proporcionar predicciones meteorológicas precisas de dos horas.

  1. Descripción general
    1. Instalación mediante herrería
  2. Configuración
    1. Uso

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides hourly weather forecasts using the AccuWeather API, enabling users to access current weather conditions and detailed 12-hour forecasts tailored to specific locations.
        Last updated -
        1
        13
        Python
        The Unlicense
      • -
        security
        A
        license
        -
        quality
        Provides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.
        Last updated -
        7
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        Provides current weather and air quality data for any city using WeatherAPI, easily integrating with MCP clients like n8n and Claude Desktop App.
        Last updated -
        434
        JavaScript
      • A
        security
        A
        license
        A
        quality
        A lightweight Node.js server that connects Claude Desktop to Taiwan's Central Weather Administration (CWA) API, allowing users to retrieve weather forecast data for all cities and counties in Taiwan.
        Last updated -
        1
        1
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/wpnbos/buienradar-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server