Skip to main content
Glama
Sunwood-ai-labs

Weather Service MCP Server

🌦️ weather_service MCP server

Related MCP server: Datetime MCP Server

🧩 Components

📚 Resources

This server implements a simple note-keeping system:

  • Access individual notes with a custom note:// URI scheme

  • Each note resource has a name, a description, and a mime type of text/plain.

💡 Prompt

The server provides a single prompt:

  • summarize-notes: Create a summary of all saved notes

    • Optional "style" argument controls level of detail (brief/detailed)

    • Generates a prompt that combines all current notes and style settings

🛠️ Tools

The server implements one tool:

  • add-note: Add a new note to the server

    • Takes "name" and "content" as required string arguments.

    • Updates the server state and notifies clients of resource changes

🚀 Quickstart

📥 Installation

Claude Desktop

For MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json For Windows: %APPDATA%/Claude/claude_desktop_config.json

👨‍💻 Development

🏗️ Build and publish

To prepare a package for distribution:

  1. Sync dependencies and update lock files:

uv sync
  1. Build a distribution of packages:

uv build

This will create a source and wheel distribution in dist/ directory.

  1. Published to PyPI:

uv publish

Note: PyPI credentials must be set via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN

  • Or username/password: --username / UV_PUBLISH_USERNAME and --password / UV_PUBLISH_PASSWORD

🔍 Debugging

MCP servers can be difficult to debug because they run over stdio, for the best debugging experience we highly recommend using MCP Inspector .

Using npm , you can launch the MCP Inspector with the following command:

npx @modelcontextprotocol/inspector uv --directory C:\Prj\weather_service run weather-service

On launch, Inspector will show you the URLs you can visit in your browser and start debugging.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • MCP server for URL shortening and management

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sunwood-ai-labs/mcp-weather-service-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server