mcp-server-weather

issam-eddine/mcp-server-weather

3.1

If you are the rightful owner of mcp-server-weather 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.

This repository contains a simple example of an MCP server that provides weather information for a given location in the United States.

mcp-server-weather

This repository contains a simple example of an MCP server that provides weather information for a given location in the United States. This example is from: Model Context Protocol – Build an MCP Server.

Using the MCP server with Cursor

Add the "weather" object to your .cursor/mcp.json file:

{
  "mcpServers": {

    "weather": {
      "command": "uv",
      "args": [
        "--directory",
        "absolute/path/to/mcp-server-weather",
        "run",
        "weather.py"
      ]
    }

  }
}