hideya_weather-mcp-server
If you are the rightful owner of hideya_weather-mcp-server 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.
The Simple Weather MCP Server is a basic example provided in the MCP Quickstart guide, demonstrating how to set up and configure a Model Context Protocol server for weather data.
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"
]
}
}
}