weather-api-typescript-mcp-tool-server

vikrantkalyan23/weather-api-typescript-mcp-tool-server
★ 0 stars Unknown language API Integration Updated 6d ago
A TypeScript-based Model Context Protocol (MCP) tool server for exposing weather API data to MCP-compatible clients and AI assistants.
View on GitHub → 🔍 Audit Wallet Slippage →

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-api-typescri": {
      "command": "npx",
      "args": [
        "-y",
        "vikrantkalyan23/weather-api-typescript-mcp-tool-server"
      ]
    }
  }
}