MCP.so
登录

weather mcp

@vhxnif

关于 weather mcp

A weather MCP server Demo

基本信息

分类

媒体与设计

运行时

node

传输方式

stdio

发布者

vhxnif

配置

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

{
  "mcpServers": {
    "weather-mcp-vhxnif": {
      "command": "bun",
      "args": [
        "run",
        "src/mcp/sse-server.ts"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is weather mcp?

How to use weather mcp?

Install dependencies with bun install. Run the SSE server using bun run src/mcp/sse-server.ts or the Stdio server using bun run src/mcp/stdio-server.ts. Configure the client with the appropriate JSON object for the chosen transport.

Key features of weather mcp

  • Requires Bun runtime.
  • Supports SSE transport on http://localhost:3000/sse.
  • Supports Stdio transport via bun run script.

Use cases of weather mcp

FAQ from weather mcp

评论

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