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 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