claude-for-legal (MCP Server)

GitHub

A suite of plugins for legal workflows

9,112 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-for-legal": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-for-legal"
      ]
    }
  }
}