Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Buienradar Mcp Server

    MCP server for Buienradar's precipitation endpoint

    0 stars
    Python
    Updated Feb 17, 2025

    Table of Contents

    • Overview
    • Installing via Smithery
    • Configuration
    • Usage

    Table of Contents

    • Overview
    • Installing via Smithery
    • Configuration
    • Usage

    Documentation

    Buienradar MCP Server

    smithery badge

    Overview

    This is an MCP server that fetches precipitation data for a given latitude and longitude using Buienradar. It exposes a single MCP tool, get_precipitation_for, which provides precipitation forecasts for the next two hours.

    Installing via Smithery

    To install Buienradar MCP Server for Claude Desktop automatically via Smithery:

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

    Configuration

    First, make sure you have uv (and Python) installed.

    To integrate this server with Claude for Desktop, update your configuration file at:

    MacOS/Linux

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

    Windows

    code
    code $env:AppData\Claude\claude_desktop_config.json

    Example configuration:

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

    Replace /ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server with the actual path where your server is located.

    Restart Claude for Desktop for the tool to become available.

    You might have to provide the full path for uv instead of just uv.

    To find the full path for your uv executable, on MacOS/Linux execute which uv.

    Usage

    If all went well, you should be able to ask Claude about any upcoming precipitation.

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

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k