MCP ExplorerExplorer

Mcp Gaodeweather Server

@kevinkelinon a year ago
4 MIT
FreeCommunity
AI Systems
A demo server that uses the Gaode Map API to obtain the current weather of the city.

Overview

What is Mcp Gaodeweather Server

mcp-gaodeweather-server is a demo server that utilizes the Gaode Map weather API to fetch the current weather of a specified city.

Use cases

Use cases include developing weather forecast applications, enhancing travel apps with real-time weather updates, and integrating weather data into smart home systems.

How to use

To use mcp-gaodeweather-server, you need to set up a GAODE_KEY, which is an API key obtained from the Gaode Map website. Then, you can configure the server in your MCP setup and run it using the specified command.

Key features

Key features include real-time weather data retrieval, integration with Gaode Map services, and easy setup via command line or automated installation through Smithery.

Where to use

mcp-gaodeweather-server can be used in applications that require weather information, such as mobile apps, web applications, and IoT devices that need to display current weather conditions.

Content

介绍

这是一个使用高德地图的天气接口,获取当前城市天气的demo。

使用方法

MCP 配置

GAODE_KEY

需要一个高德地图的apikey,申请地址:https://lbs.amap.com/api/webservice/guide/api/weather

Usage with Claude Desktop

uvx

{
  "mcpServers": {
    "gaodeweather": {
      "name": "gaodeweather",
      "command": "uvx",
      "args": [
        "mcp-gaodeweather-server"
      ],
      "env": {
        "GAODE_KEY": "your apikey"
      }
    }
  }
}

Installing via Smithery

To install mcp-gaodeweather-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kevinkelin/mcp-gaodeweather-server --client claude

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers