MCP Directory
Back

mcp-weather

by GreatAuk · TypeScript · ★ 4

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

Install

npx -y github:GreatAuk/mcp-weather

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

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

Related filesystem servers