Skip to main content
ClaudeWave

Generate startup legal documents from attorney-drafted templates: NDAs, MSAs, DPAs, privacy policies, offer letters, and more. Download PDF, ODT, or Markdown through MCP or an agent skill. No account required.

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add clauseai -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "clauseai": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# ClauseAI

Generate startup legal documents from attorney-drafted templates: NDAs, MSAs, DPAs, privacy policies, offer letters, and more. Download PDF, ODT, or Markdown through MCP or an agent skill. No account required.

The gallery, JSON API, MCP server, and agent skill all share the same template engine. Templates come from [General Legal](https://general.legal) and are released under CC0.

## Use with an agent

```bash
npx skills add wasauce/clauseai --skill clauseai
```

MCP (Streamable HTTP, no account):

```
https://clauseai.exe.xyz/mcp
```

GrokBot version:

```
https://x.ai/bot/lBf5ZVjFUDPgn_OVzU8_R
```

Walkthrough: [Generate a mutual NDA from your company details](https://clauseai.exe.xyz/examples/generate-nda.md).

## Run locally

System dependencies:

- Python 3.12+
- [uv](https://docs.astral.sh/uv/)
- `pandoc` for ODT export (`brew install pandoc` or `apt-get install pandoc`)
- WeasyPrint libraries for PDF (`brew install pango gdk-pixbuf libffi` on macOS)

```bash
cp env.example .env
uv sync --dev
uv run python run.py
```

Open [http://localhost:8000](http://localhost:8000).

| Surface | Path |
| --- | --- |
| Gallery | `GET /` |
| Wizard | `GET /{slug}` |
| JSON API | `GET /api/templates` |
| Generate | `POST /api/templates/{slug}/generate` |
| Agent skill | `GET /skill.md` |
| MCP | `/mcp` |
| Agent index | `GET /llms.txt` |
| NDA walkthrough | `GET /examples/generate-nda.md` |

## Tests

```bash
uv run pytest
```

## Refresh templates

Vendored markdown lives in `clauseai/data/templates/`. Curated `manifest.json` files are kept across re-syncs:

```bash
uv run python scripts/sync_templates.py
```

Templates are for general reference only and are not legal advice.
agent-skillslegalmcpmcp-server

What people ask about clauseai

What is wasauce/clauseai?

+

wasauce/clauseai is mcp servers for the Claude AI ecosystem. Generate startup legal documents from attorney-drafted templates: NDAs, MSAs, DPAs, privacy policies, offer letters, and more. Download PDF, ODT, or Markdown through MCP or an agent skill. No account required. It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install clauseai?

+

You can install clauseai by cloning the repository (https://github.com/wasauce/clauseai) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is wasauce/clauseai safe to use?

+

Our security agent has analyzed wasauce/clauseai and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains wasauce/clauseai?

+

wasauce/clauseai is maintained by wasauce. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to clauseai?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy clauseai to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: wasauce/clauseai
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wasauce-clauseai)](https://claudewave.com/repo/wasauce-clauseai)
<a href="https://claudewave.com/repo/wasauce-clauseai"><img src="https://claudewave.com/api/badge/wasauce-clauseai" alt="Featured on ClaudeWave: wasauce/clauseai" width="320" height="64" /></a>

More MCP Servers

clauseai alternatives