yox-modelcontextprotocol

April 27, 2025 ยท View on GitHub

  • modelcontextprotocol/anthropic

claude-desktop-config

//file-location:C:\Users\ASUS\AppData\Roaming\Claude
{
    "mcpServers": {
        "weather": {
            "command": "node",
            "args": [
                "C:\\PATH\\TO\\PARENT\\FOLDER\\weather\\build\\index.js" //change
            ]
        }
    }
}

config-success

(resources: https://modelcontextprotocol.io/quickstart/server#node)