LawTasksAI MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

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

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

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "LAWTASKSAI_LICENSE_KEY=${LAWTASKSAI_LICENSE_KEY}" lawtasksai -- python3 "<FULL_PATH_TO_LAWTASKSAI_MCP>/dist/index.js"

Replace <FULL_PATH_TO_LAWTASKSAI_MCP>/dist/index.js with the actual folder you prepared in step 1.

Required:LAWTASKSAI_LICENSE_KEY
README.md

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

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

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

Configuration

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

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.

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.

Turn this server into reusable context

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

Need the old visual installer? Open Conare IDE.
Open Conare