MCP Directory
Back

weather-server-mcp

by aashimajaiswal · Python · ★ 0

A server that can be used to call function that give current weather status in Claude Desktop. Following this tutorial: https://modelcontextprotocol.io/quickstart/server#why-claude-for-desktop-and-not-claude-ai

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

A server that can be used to call function that give current weather status in Claude Desktop. Following this tutorial: https://modelcontextprotocol.io/quickstart/server#why-claude-for-desktop-and-not-claude-ai
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 other servers