drio
Open app

weather-server MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The weather-server MCP Server is a TypeScript-based Model Context Protocol server that implements a simple notes system, demonstrating core MCP concepts through resources representing text notes with URIs and metadata.

To use the weather-server, install the dependencies, build the server, and configure it with Claude Desktop by adding the server config to the appropriate directory based on your operating system.

  • Resources for listing and accessing notes via note:// URIs. - Tools for creating new text notes with required title and content parameters. - Prompts for generating summaries of all stored notes, returning structured prompts for LLM summarization.
  1. Creating and managing text notes for various applications.
  2. Summarizing notes for quick reference and review.
  3. Integrating with other applications that support MCP for enhanced note management.

Add to your AI client

Use these steps to connect weather-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-gloomysunday28": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-gloomysunday28": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-gloomysunday28": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-gloomysunday28": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-gloomysunday28": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-gloomysunday28": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-gloomysunday28"
      ]
    }
  }
}

FAQ

What is the purpose of the weather-server MCP Server?

It serves as a Model Context Protocol server for managing text notes and demonstrating MCP concepts.

How do I install the weather-server MCP Server?

You can install it by running `npm install` and then build it using `npm run build`.

Can I use this server with other applications?

Yes, it can be integrated with applications that support the Model Context Protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3742,"uuid":"b2b9c86c-4a9c-48cc-bae0-b75ae2753af6","name":"mcp-server","title":"weather-server MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/22317929?v=4","created_at":"$D2025-03-21T10:38:59.759Z","updated_at":"$D2025-03-21T10:41:03.438Z","status":"created","author_name":"Gloomysunday28","author_avatar_url":"https://avatars.githubusercontent.com/u/22317929?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Gloomysunday28/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-25 11:03:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]