weather-mcp-server
0
The project is a Weather MCP Server designed to provide weather information through the Model Context Protocol (MCP).
Weather MCP Server
Usage from Claude Desktop
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js"
]
}
}
}