📦
Poc MCP Server Wttr
This MCP server is a playground to understand how MCP is working, using wttr.in.
0 installs
Trust: 37 — Low
Devtools
Ask AI about Poc MCP Server Wttr
Powered by Claude · Grounded in docs
I know everything about Poc MCP Server Wttr. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
- https://www.youtube.com/watch?v=Y4bpWRLdRoA for a weather example
- https://github.com/modelcontextprotocol/servers/tree/main/src/memory
- https://modelcontextprotocol.io/examples
- https://milvus.io/ai-quick-reference/how-is-user-context-maintained-across-model-context-protocol-mcp-sessions
- https://modelcontextprotocol.io/specification/2025-06-18/basic/transports
- https://simplescraper.io/blog/how-to-mcp
- https://modelcontextprotocol.io/docs/learn/architecture
- https://modelcontextprotocol.io/docs/sdk
- https://github.com/modelcontextprotocol/typescript-sdk
- https://github.com/modelcontextprotocol/inspector
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?
