Skip to main content
Glama
zellkernel

productivity-suite-mcp

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

Related MCP server: burn-mcp-server

Usage

Hosted (zero-install)

Point Claude Desktop or Claude Code at the hosted endpoint:

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

Self-hosted

pip install flask
python3 server.py --port 7443

Transport

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

Related MCP Connectors

Related MCP Servers