Metadata-Version: 2.4
Name: mcp-serverchan3
Version: 0.1.0
Summary: ServerChan3 push notification MCP server
License-Expression: MIT
Project-URL: Homepage, https://github.com/zhengxiaowai/mcps
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: fastmcp>=2.0
Requires-Dist: httpx
Requires-Dist: loguru

# mcp-serverchan3

ServerChan3 push notification MCP server.

## Usage

```bash
uvx mcp-serverchan3
```

Set environment variable:

```bash
export SC3_API_URL="https://<uid>.push.ft07.com/send/<sendkey>.send"
```

## Tools

- `send(title, desp="", tags="", short="")` — Send a push notification

## Claude Desktop Config

```json
{
  "mcpServers": {
    "serverchan3": {
      "command": "uvx",
      "args": ["mcp-serverchan3"],
      "env": {
        "SC3_API_URL": "https://<uid>.push.ft07.com/send/<sendkey>.send"
      }
    }
  }
}
```
