Buienradar MCP Server
ブイエンレーダー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 claudeRelated MCP server: Weather MCP Tool
構成
まず、 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.Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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