lawai-mcp-server

risk-ai/lawai-mcp-server
★ 0 stars TypeScript 📁 File System Updated 1d ago
Law.AI MCP Server — Find verified lawyers through any AI assistant. 537K+ profiles via Model Context Protocol.
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": {
    "lawai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "risk-ai/lawai-mcp-server"
      ]
    }
  }
}