MCP Directory
Back

mcp-fetch-weather

by IsseiSuar · TypeScript · ★ 0

Simple MCP server with a weather tool – built with @modelcontextprotocol/sdk.

#mcp#mcp-server#nodejs#typescript#weather-forecast

Install

npx -y github:IsseiSuar/mcp-fetch-weather

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-fetch-weather": {
      "command": "npx",
      "args": [
        "-y",
        "github:IsseiSuar/mcp-fetch-weather"
      ]
    }
  }
}

From the README

A simple and functional implementation of a [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/sdk) server, using the official SDK. This project exposes a tool () that allows you to obtain the current weather of a city, ideal as a basic example to learn about the protocol and communication between LLMs and custom tools. - Node.js 18 or higher - , or --- `bash git clone git@github.com:IsseiSuar/mcp-fetch-weather.git cd mcp-fetch-weather pnpm install # or npm install
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 developer tools servers