lawtasksai-mcp

laudoluxDev/lawtasksai-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
LawTasksAI MCP Server — 200+ AI-powered legal research and drafting skills for attorneys
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lawtasksai-mcp": {
      "command": "uvx",
      "args": [
        "lawtasksai-mcp"
      ]
    }
  }
}

Or install with pip: pip install lawtasksai-mcp