Skip to main content
Glama

Buienradar MCP Server

by wpnbos

ブイエンレーダーMCPサーバー

概要

これは、Buienradarを使用して、指定された緯度と経度の降水量データを取得するMCPサーバーです。このサーバーは、今後2時間の降水量予測を提供する単一のMCPツールget_precipitation_forを公開しています。

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Buienradar MCP Server を自動的にインストールするには:

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 と統合して正確な 2 時間の天気予報を提供します。

  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