MCP.so
登录

Amap Weather Server

@border1px

关于 Amap Weather Server

暂无概览

基本信息

分类

媒体与设计

运行时

node

传输方式

stdio

发布者

border1px

提交者

先生 于

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "amap-weather-server": {
      "command": "npx",
      "args": [
        "-y",
        "amap-weather-server"
      ],
      "env": {
        "AMAP_KEY": "57d5523fce63fe1d9d28215f3b731ed6"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Amap Weather Server?

Amap Weather Server is an MCP server developed in Node.js that provides weather queries using the Amap (高德地图) API.

How to use Amap Weather Server?

Create an API key on the Amap Open Platform, then configure your MCP client to run npx -y amap-weather-server with the environment variable AMAP_KEY set to the key.

Key features of Amap Weather Server

  • Weather queries via the Amap API.

Use cases of Amap Weather Server

FAQ from Amap Weather Server

Where do I get an API key?

You can create an API key on the Amap Open Platform console at https://console.amap.com/dev/key/app.

How do I set the AMAP_KEY?

In your MCP client configuration, add the environment variable AMAP_KEY with your key as the value, as shown in the configuration example.

What transport does this server use?

Does this server support locations outside China?

Are there any known limits or dependencies?

评论

媒体与设计 分类下的更多 MCP 服务器