weather_mcp_server

Willcreamson/weather_mcp_server
★ 0 stars Unknown language 🔌 API Integration Updated today
This project is about the creation of an MCP server for a corporate project. It is based on FastMCP and a weather API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "Willcreamson/weather_mcp_server"
      ]
    }
  }
}