Loading languages...
WE

weather-forecast-mcp-server

@93minki

This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:

weather
forecast
typescript
mcp-server

weather-forecast-mcp-server

A TypeScript-based MCP server for weather forecast, implementing core MCP concepts.

Usage

  1. Create a .env file and add your OpenWeather API key:
    OPENWEATHER_API_KEY=your_api_key_here
    
  2. Build the project:
    npm run build
    
  3. Configure your Claude Desktop config file (claude_desktop_config.json) with the path to the built index.js:
    {
    

# mcpServer Config

{
  "mcpServers": {
    "weather-server": {
      "command": "node",
      "args": [
        "/Users/{UserName}/Desktop/{Project-path}/build/index.js"
      ]
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
Language:
TypeScript
Created: 4/15/2025
Updated: 4/21/2025