lawtasksai-mcp
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.
README
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
- Download your personalized package from your Account Page
- Extract the zip — you'll see a
lawtasksaifolder - Run the installer in terminal:
cd ~/Downloads/lawtasksai/mcp
python3 install.py
- 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
- Email: hello@lawtasksai.com
- Website: lawtasksai.com
- Getting Started: lawtasksai.com/getting-started.html
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.