MCP.so
Sign In

weather mcp

@vhxnif

About weather mcp

A weather MCP server Demo

Basic information

Category

Media & Design

Runtime

node

Transports

stdio

Publisher

vhxnif

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Media & Design MCP servers