poc-mcp-server-wttr

marcusbaer/poc-mcp-server-wttr

3.1

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

The POC MCP Server Wttr is a playground designed to help users understand how the Model Context Protocol (MCP) works, featuring a weather service and a memory example.

Tools
2
Resources
0
Prompts
0

POC MCP Server Wttr

This MCP server is a playground to understand how MCP is working, using wttr.in.

Installation

npm install -g poc-mcp-server-wttr

Setup MCP Server

{
  "servers": {
    "POC MCP Server Wttr": {
      "type": "stdio",
      "command": "npx",
      "args": [
         "-y",
         "poc-mcp-server-wttr"
      ]
    }
  },
  "inputs": []
}

Further Read

MCP Inspector

docker run --rm --network host -p 6274:6274 -p 6277:6277 ghcr.io/modelcontextprotocol/inspector:latest

Tools

Weather Tool

Usage

Works with prompts like:

  • What is the current weather in London?
  • How is the humidity in London?

Read More in Relation