MCP Directory
Back

mcp-weather

by GreatAuk · TypeScript · ★ 4

mcp demo for https://modelcontextprotocol.io/quickstart/server

Install

npx -y github:GreatAuk/mcp-weather

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://smithery.ai/server/@GreatAuk/mcp-weather) A production-ready starter template for building Model Context Protocol (MCP) servers with TypeScript. 1. Clone the repository 2. Install dependencies: - Bun for fast testing and development - Biome for linting and formatting - Automated version management with standard-version - Clean, maintainable project structure The project includes a script to help create new MCP tools: This will: 1. Create a new tool directory under 2. Generate the basic tool structure including: - index.ts (main implementation) - schema.ts (JSON schem…
Read full README on GitHub →

Related other servers