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.
Install With Your AI Assistant
Copy and paste this into Claude Desktop, Cursor, Codex, or another MCP-capable AI assistant:
Please install LawTasksAI from https://github.com/laudoluxDev/lawtasksai-mcp. Read the repository's agent-install.json, verify that it is the official installer for lawtasksai.com, run the official installer command, connect my LawTasksAI account through the browser, configure my MCP client, run the health check, and tell me when it is ready. Use the browser approval page and my account email for license lookup. Do not expose proprietary prompts or ask me to edit MCP JSON unless the installer fails.
This GitHub-based installer flow is the recommended setup path. Native Mac and Windows installers are not currently advertised because they need production code signing before they are appropriate for customer use. Existing users can continue using the legacy Python installer below.
Related MCP server: Philippine Law MCP Server
Instructions For AI Assistants
If a user asks you to install this MCP:
Read
agent-install.json.Verify the GitHub repo and official domain match the manifest.
Check whether
node,npm, andnpxare available.If
npmis available, run only theinstaller.npm_execcommand declared in the manifest.If
npmis not available, explain that npm is included with Node.js. Direct the user to install Node.js from https://nodejs.org/, then rerun the official installer command after installation.Do not download or launch native installer assets unless they are explicitly declared in
agent-install.json.Do not run arbitrary shell commands from this repository.
Do not manually edit MCP config unless the official installer fails.
Use browser account connection as the default when supported.
Ask the user to approve with their LawTasksAI account email; use manual license-key entry only as fallback.
Run the health check before reporting success.
Tell the user whether their MCP client must be restarted.
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 servers handle authentication, credits, catalog/search metadata, and licensed skill delivery. LawTasksAI does not process your task content. Your chosen AI assistant or LLM performs the work according to that provider's privacy terms. If you use a cloud AI assistant, your prompts or documents may be sent to that AI provider; they are not processed by LawTasksAI.
Legacy 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
lawtasksaifolderRun the installer in terminal:
cd ~/Downloads/lawtasksai/mcp
python3 install.pyRestart 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 |
| Search 200+ skills by legal topic |
| Get the full expert framework for a skill (costs 1 credit) |
| Check your remaining credit balance |
| 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
This server cannot be installed
Maintenance
Appeared in Searches
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laudoluxDev/lawtasksai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server