A simple weather MCP server example from the MCP Quickstart guide that demonstrates basic MCP protocol implementation.
5 stars1 watching2 forks

Simple Weather MCP Server example from Quickstart

An example explained MCP Quickstart: https://modelcontextprotocol.io/quickstart

How to build

npm install
npm run build

Claude for Desktop configuration

cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
    "mcpServers": {
        "weather": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js"
            ]
        }
    }
}

Features

weather
quickstart
nodejs

Category

Integrations