loading…
Search for a command to run...
loading…
200+ AI-powered legal research and drafting skills for attorneys — case law analysis, motion drafting, contract review, deposition prep, and ABA compliance tool
200+ AI-powered legal research and drafting skills for attorneys — case law analysis, motion drafting, contract review, deposition prep, and ABA compliance tools. LawTasksAI.com never sees your client data.
200+ AI-powered legal research and drafting skills for attorneys.
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible AI client.
LawTasksAI gives your AI assistant 200+ expert legal frameworks covering:
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.
lawtasksai foldercd ~/Downloads/lawtasksai/mcp
python3 install.py
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.
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"
}
}
}
}
| 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 |
| 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 →
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lawtasksai-mcp": {
"command": "npx",
"args": []
}
}
}