courtlistener-mcp

blakeox/courtlistener-mcp
★ 10 stars TypeScript 🤖 AI/LLM Updated 1mo ago
An MCP server that bridges Anthropic’s Claude (and other LLMs) with the CourtListener API for live legal data—opinions, dockets, court records, and more. Designed to power legal research and compliance tools with transparency, reliability, and fewer hallucinations. Scalable, open, and easy to extend.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "courtlistener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blakeox/courtlistener-mcp"
      ]
    }
  }
}