Weather Service MCP Server
Supports publishing the weather_service package to PyPI as part of the development workflow
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather Service MCP Serveradd a note named 'Meeting Notes' with the content 'Discussed Q3 goals and deadlines'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌦️ 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:
Sync dependencies and update lock files:
uv syncBuild a distribution of packages:
uv buildThis will create a source and wheel distribution in dist/ directory.
Published to PyPI:
uv publishNote: PyPI credentials must be set via environment variables or command flags:
Token:
--tokenorUV_PUBLISH_TOKENOr username/password:
--username/UV_PUBLISH_USERNAMEand--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-serviceOn launch, Inspector will show you the URLs you can visit in your browser and start debugging.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.47MIT
- FlicenseCqualityDmaintenanceThis server enables users to store, manage, and summarize notes using a custom URI scheme, with functionality to add new notes and generate summaries with varying levels of detail.3
- FlicenseNot gradedqualityDmaintenanceA simple MCP server for creating and managing notes with support for summarization functionality.1
- FlicenseBqualityDmaintenanceA simple note-taking MCP server that stores notes and can generate summaries of stored content.4
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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