Mcp Weather Service Server
Overview
Mcp Weather Service Server is a cloud-based service that allows users to create, manage, and retrieve weather-related notes using a custom URI scheme.
To use the server, install the appropriate configuration as described in the Quick Start section, and then utilize the provided prompts to summarize notes or add new weather notes.
- Custom note URI scheme for accessing individual notes. - Functionality to summarize stored notes with adjustable style (brief or detailed). - An interface to add new notes with essential name and content fields.
- Storing weather forecasts and observations.
- Summarizing long-term weather trends from various notes.
- Adding and managing a collection of personal weather notes for different locations.
Add to your AI client
Use these steps to connect Mcp Weather Service 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-weather-service-server-sunwood-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}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-weather-service-server-sunwood-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-weather-service-server-sunwood-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}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-weather-service-server-sunwood-ai-labs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-weather-service-server-sunwood-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-weather-service-server-sunwood-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-weather-service-server-sunwood-ai-labs"
]
}
}
}FAQ
Is Mcp Weather Service Server free to use?
Yes! The service is open for use without charge.
Can the server handle multiple users?
Yes, the server is designed to support multiple users accessing and managing notes simultaneously.
How do I customize the style of the note summaries?
You can specify the "style" argument when using the summarize-notes prompt to choose between a brief or detailed summary.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":235,"uuid":"f6e8e031-5248-48c3-b4f3-919069bd40f3","name":"mcp-weather-service-server","title":"Mcp Weather Service Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/108736814?v=4","created_at":"2024-12-13T10:39:11.661Z","updated_at":"2024-12-13T12:28:11.394Z","status":"created","author_name":"Sunwood-ai-labs","author_avatar_url":"https://avatars.githubusercontent.com/u/108736814?v=4","tags":"[]","category":"cloud-platforms","is_featured":false,"sort":1,"url":"https://github.com/Sunwood-ai-labs/mcp-weather-service-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/Sunwood-ai-labs/mcp-weather-service-server/raw/main/aseets/header.svg","type":null,"metadata":null,"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"}]]}]