Skip to main content
Glama

Buienradar MCP Server

by wpnbos

Buienradar MCP 服务器

概述

这是一个 MCP 服务器,使用 Buienradar 获取指定经纬度的降水数据。它公开了一个 MCP 工具get_precipitation_for ,该工具提供未来两小时的降水预报。

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Buienradar MCP 服务器:

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

配置

首先,确保您已安装uv (和 Python)。

要将此服务器与Claude for Desktop集成,请更新您的配置文件:

MacOS/Linux

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

视窗

code $env:AppData\Claude\claude_desktop_config.json

示例配置:

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

/ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server替换为服务器所在的实际路径。

重新启动 Claude for Desktop 以使该工具可用。

您可能需要提供uv的完整路径,而不仅仅是uv 。要查找uv可执行文件的完整路径,请在 MacOS/Linux 上执行which uv

用法

如果一切顺利的话,你应该可以向克劳德询问即将来临的降水情况。

> Will there be any rain soon in Amsterdam? > No rain predicted in Amsterdam for the next 2 hours.

You must be authenticated.

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.

使用 Buienradar 获取任何地点的降水预报,并与 Claude for Desktop 集成,提供准确的两小时天气预报。

  1. 概述
    1. 通过 Smithery 安装
  2. 配置
    1. 用法

      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
        3
        Python
        The Unlicense
      • A
        security
        F
        license
        A
        quality
        Provides weather forecast data for locations in China using the HeFeng Weather API, with real-time, hourly, or daily forecasts and location-based queries.
        Last updated -
        1
        7
        2
        TypeScript
      • -
        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 -
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        Enables integration of Chronulus AI Forecasting & Prediction Agents with Claude, allowing users to access AI-powered forecasting and prediction capabilities directly through Claude's interface.
        Last updated -
        9
        55
        Python
        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