MCP.so
登录

Mcp Weather Service Server

@Sunwood-ai-labs

关于 Mcp Weather Service Server

暂无概览

基本信息

分类

媒体与设计

运行时

python

传输方式

stdio

发布者

Sunwood-ai-labs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-weather-service-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Weather Service Server?

Mcp Weather Service Server is a Model Context Protocol (MCP) server that implements a simple note storage system. It provides resources, prompts, and tools for managing notes, and is intended for use with MCP clients like Claude Desktop.

How to use Mcp Weather Service Server?

Install and configure the server in your MCP client (e.g., Claude Desktop) by adding an entry to the client’s configuration file. For development, use uv with a local directory; for public use, use uvx with the package name. The server exposes a note resource, a summarize-notes prompt, and an add-note tool.

Key features of Mcp Weather Service Server

  • Custom note:// URI scheme for accessing individual notes
  • Each note resource has name, description, and text/plain MIME type
  • summarize-notes prompt with optional style argument (brief/detailed)
  • add-note tool that accepts name and content strings
  • Server state updates and resource change notifications to clients

Use cases of Mcp Weather Service Server

  • Saving quick notes during a conversation with an MCP client
  • Summarizing all stored notes with a configurable level of detail
  • Adding new notes programmatically via the add-note tool
  • Integrating note-taking capabilities into AI-assisted workflows

FAQ from Mcp Weather Service Server

What resources does Mcp Weather Service Server provide?

It provides note resources accessible via the note:// URI scheme. Each note has a name, description, and text/plain MIME type.

What tools are available?

The server implements one tool: add-note, which requires name and content as string arguments. It updates the server state and notifies the client of resource changes.

How do I install Mcp Weather Service Server?

For Claude Desktop, add a configuration entry to claude_desktop_config.json. For development, use uv --directory <path> run weather_service. For public use, use uvx weather_service.

What are the runtime dependencies?

The server is built with Python and uses uv for package management. It requires uv to be installed. For debugging, the MCP Inspector (via npx) is recommended.

How do I build and publish the server?

Run uv sync to sync dependencies, then uv build to create distributions in dist/. Publish to PyPI with uv publish, setting credentials via token or username/password environment variables.

评论

媒体与设计 分类下的更多 MCP 服务器