courtlistener-mcp

blakeox/courtlistener-mcp
★ 10 stars TypeScript 🤖 AI/LLM Updated today
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 →

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"
      ]
    }
  }
}