MCP server/ai-tools

LawTasksAI MCP Server

200+ AI-powered legal research and drafting skills for attorneys

laudoluxDev/lawtasksai-mcp ↗by laudoluxDevupdated
Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/laudoluxDev/lawtasksai-mcp
cd lawtasksai-mcp

Then follow the repository README for any remaining dependency or build steps.

2

Register it in Claude Code

claude mcp add -e "LAWTASKSAI_LICENSE_KEY=${LAWTASKSAI_LICENSE_KEY}" lawtasksai -- python3 /path/to/server.py

Replace any placeholder paths in the command with the real path on your machine.

Required:LAWTASKSAI_LICENSE_KEY
3

Make your agent remember this setup

lawtasksai's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • 200+ expert legal frameworks for research and drafting
  • Support for motion drafting, contract redlining, and deposition prep
  • ABA ethics and compliance tools
  • Zero data retention privacy model
  • Statute of limitations calculation tools

Tools 4

lawtasks_searchSearch 200+ skills by legal topic
lawtasks_executeGet the full expert framework for a skill
lawtasks_balanceCheck your remaining credit balance
lawtasks_categoriesBrowse skills by practice area

Environment Variables

LAWTASKSAI_LICENSE_KEYrequiredYour unique license key obtained from LawTasksAI.com

Try it

Search for legal drafting skills related to motion to dismiss.
Browse available practice areas to find contract review templates.
Execute the framework for deposition preparation.
Check my current credit balance for LawTasksAI.
Original README from laudoluxDev/lawtasksai-mcp

LawTasksAI MCP Server

200+ AI-powered legal research and drafting skills for attorneys.

Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible AI client.


What It Does

LawTasksAI gives your AI assistant 200+ expert legal frameworks covering:

  • Case law research & analysis
  • Motion drafting (to compel, dismiss, suppress, etc.)
  • Contract review & redlining
  • Deposition preparation
  • Statute of limitations calculations
  • ABA ethics & compliance tools
  • And much more

Privacy model: LawTasksAI.com never sees your prompts, your client files, or your client data. Skills run entirely on your machine — your documents stay local if using OpenClaw, or go to your LLM provider if using a cloud AI. For full details see our Zero Data Retention & ABA Compliance guide.


Quick Install

Requirements

  • Python 3.8 or later
  • Claude Desktop, Cursor, Windsurf, or any MCP-compatible client
  • A LawTasksAI license key (get one at lawtasksai.com)

Steps

  1. Download your personalized package from your Account Page
  2. Extract the zip — you'll see a lawtasksai folder
  3. Run the installer in terminal:
cd ~/Downloads/lawtasksai/mcp
python3 install.py
  1. Restart your MCP client (Claude Desktop, Cursor, etc.)

The installer auto-detects your installed MCP clients and configures all of them. Your license key is pre-configured in the download.

Mac users: macOS will ask "python3 would like to access files in your Downloads folder" — click Allow. This is a one-time security prompt.


Manual Configuration

If you prefer to configure manually, add this to your MCP client config:

{
  "mcpServers": {
    "lawtasksai": {
      "command": "python3",
      "args": ["/path/to/server.py"],
      "env": {
        "LAWTASKSAI_LICENSE_KEY": "your_license_key_here"
      }
    }
  }
}

Tools

Tool Description
lawtasks_search Search 200+ skills by legal topic
lawtasks_execute Get the full expert framework for a skill (costs 1 credit)
lawtasks_balance Check your remaining credit balance
lawtasks_categories Browse skills by practice area

Pricing

Plan Credits Price
Trial 10 $20
Essentials 50 $75
Accelerator 100 $125
Efficient 250 $250
Unstoppable 625 $500
Apex 1,500 $1,000

Credits never expire. View full pricing →


Support

Frequently Asked Questions

What are the key features of LawTasksAI?

200+ expert legal frameworks for research and drafting. Support for motion drafting, contract redlining, and deposition prep. ABA ethics and compliance tools. Zero data retention privacy model. Statute of limitations calculation tools.

What can I use LawTasksAI for?

Attorneys drafting complex motions to compel or dismiss. Legal professionals performing contract review and redlining. Lawyers preparing for depositions with structured AI frameworks. Ensuring ABA compliance during legal research and drafting workflows.

How do I install LawTasksAI?

Install LawTasksAI by running: python3 install.py

What MCP clients work with LawTasksAI?

LawTasksAI works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep LawTasksAI docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest