Cover image
Try Now
2025-04-05

通过Deutscher WetterDienst API的简单MCP服务器

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

DWD MCP Server

A simple Model Context Protocol (MCP) server that connects Claude Desktop to the Deutsche Wetterdienst (DWD) API for German weather data.

Features

  • Simple, lightweight Node.js implementation
  • No dependencies beyond the MCP SDK
  • Easy to set up and use
  • Access to DWD weather station data and warnings

Quick Start

  1. Make the setup script executable:

    chmod +x setup.sh
    
  2. Run the setup script:

    ./setup.sh
    
  3. Restart Claude Desktop

  4. Start using the DWD data in your conversations with Claude!

Available Tools

get_station_data

Get current weather data for specific DWD weather stations.

Example usage in Claude:

Can you check the current weather for station 10865 (Berlin-Tegel)?

get_nowcast_warnings

Get current nowcast weather warnings in Germany.

Example usage in Claude:

Are there any current weather warnings in Germany? Can you check using the DWD API?

Finding Station IDs

The DWD API requires specific station IDs. You can find these at:

Common station IDs:

  • 10381: Berlin-Brandenburg
  • 10865: Berlin-Tegel
  • 10147: Hamburg
  • 10637: Köln-Bonn
  • 10870: Munich

Manual Setup

If the setup script doesn't work for you, you can manually configure Claude Desktop:

  1. Install dependencies:

    npm install
    
  2. Create or edit ~/.config/claude/claude_desktop_config.json:

    {
      "mcpServers": {
        "dwd": {
          "command": "node",
          "args": [
            "/full/path/to/dwd-server.js"
          ]
        }
      }
    }
    
  3. Restart Claude Desktop

Troubleshooting

  • Make sure Node.js 18+ is installed
  • Check if the MCP server is running properly: node dwd-server.js
  • Verify the path in claude_desktop_config.json is correct
  • Restart Claude Desktop after configuration changes

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Lists Tailwind CSS classes in monospaced font

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • JackKuo666
  • 🔍使AI助手可以通过简单的MCP接口搜索和访问PYPI软件包信息。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

    Reviews

    1 (1)
    Avatar
    user_1fjnWw48
    2025-04-18

    As a dedicated user of the dwd-mcp-server by lincw, I must say it's an excellent tool for server management. The seamless integration and efficient performance have significantly improved my workflow. Highly recommended for anyone seeking a reliable MCP solution. Check it out at https://github.com/lincw/dwd-mcp-server.