MCP Directory
Back

openweathermap-mcp-server

by abhayymishraa · TypeScript · ★ 0

A lightweight MCP server using Bun to fetch current and 5-day weather data from OpenWeatherMap APIs. Built with @modelcontextprotocol/sdk, Zod for validation, and Axios for API calls. Provides tools to get weather info by latitude and longitude over stdio transport.

Install

npx -y github:abhayymishraa/openweathermap-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "openweathermap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:abhayymishraa/openweathermap-mcp-server"
      ]
    }
  }
}

From the README

To install dependencies: To run: This project was created using in bun v1.2.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers