Metadata-Version: 2.5
Name: confluence-mcp-atlassian
Version: 0.1.0
Summary: Native async Confluence Cloud MCP server
Requires-Python: >=3.11
Requires-Dist: httpx<1,>=0.27.0
Requires-Dist: mcp<2,>=1.2.0
Requires-Dist: pydantic-settings<3,>=2.6.0
Description-Content-Type: text/markdown

# Confluence Cloud MCP

Native async Python MCP server for Confluence Cloud REST API v2. Configure `CONFLUENCE_URL`, `CONFLUENCE_EMAIL`, and `CONFLUENCE_TOKEN` (an Atlassian API token), then run:

```bash
uv sync
uv run confluence-mcp
```

Exposes page, space, child, label, and comment tools. Build with `uv build`; publish with `UV_PUBLISH_TOKEN=pypi-... uv publish`. The package name is `confluence-mcp-atlassian`.
