- A basic implementation of the quick start MCP server using typescript. The implementation includes two tools. Data is queried from
https://api.weather.gov
-
Navigate to Claude desktop's AppData, and create a
claude_desktop_config.jsonif it is not present.Windows Path:
C:/users/<Username>/AppData/Roaming/Claude{ "mcpServers": { "weather": { "command": "node", "args": ["<Drive>:\\PATH\\TO\\PROJECT\\build\\index.js"] } } }
- See MCP documentation for tips on troubleshooting
-
-
- gets a weekly weather forecast for a latitude and longitude. (obtained by the client using prompted area in the US)
-
- gets any current alerts for a state code, tokenized by the client.
-