Metadata-Version: 2.4
Name: mcp-server-rednote
Version: 0.1.0
Summary: RedNote MCP Server
Author-email: saltfishpr <saltfishpr@gmail.com>
License-Expression: MIT
Requires-Python: >=3.13
Requires-Dist: mcp[cli]>=1.0.0
Requires-Dist: pillow>=11.2.1
Requires-Dist: playwright>=1.51.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# RedNote MCP Server

## Usage

```shell
git clone https://github.com/saltfishpr/mcp-servers.git
```

```json
{
    "mcpServers": {
        "git": {
            "command": "uv",
            "args": [
                "--directory",
                "/<path to mcp-servers git repo>",
                "run",
                "mcp-server-rednote"
            ]
        }
    }
}
```

## Debugging

```shell
npx @modelcontextprotocol/inspector uv run mcp-server-rednote
```