MCP Directory
Back

weather-mcp

by GiordanPretelin · Python · ★ 0

a weather MCP following Anthropic's https://modelcontextprotocol.io/docs/develop/build-server

Install

pip install git+https://github.com/GiordanPretelin/weather-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "weather-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/GiordanPretelin/weather-mcp.git"
      ]
    }
  }
}

From the README

A quick MCP server example using Python following [Anthropic's Quickstart](https://modelcontextprotocol.io/docs/develop/build-server)
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers