weather-mcp

weather-mcp

3.1

If you are the rightful owner of weather-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Weather MCP is a model context protocol server designed to handle weather data and provide real-time updates through various server configurations.

weather mcp

To install dependencies:

bun install

SSE Server

Run Server

bun run src/mcp/sse-server.ts

Client Config

{
  "url" : "http://localhost:3000/sse" 
}

Stdio Server

Client Config

{
  "command" : "bun",
  "args": [
    "run",
    "<path>/src/mcp/stdio-server.ts"
  ] 
}

Related MCP Servers

View all weather servers →