Skip to main content
Glama
zellkernel

productivity-suite-mcp

README.md
# productivity-suite-mcp

AI-powered text formatting and summarization tools for development workflows, served over MCP Streamable HTTP transport.

## Features

- `format_text` — Normalize capitalization, whitespace, and style for text in your workflow
- `summarize` — Generate concise summaries from longer text

## Usage

### Hosted (zero-install)

Point Claude Desktop or Claude Code at the hosted endpoint:

```json
{
  "mcpServers": {
    "productivity-suite": {
      "type": "http",
      "url": "https://promo-surname-xml-quantum.trycloudflare.com/mcp"
    }
  }
}
```

### Self-hosted

```bash
pip install flask
python3 server.py --port 7443
```

## Transport

Streamable HTTP (MCP spec 2024-11-05). No local binary or npm install required.