PluginBench
MCP Server

BAILII UK Case Law MCP Server

io.github.paulieb89/bailii-mcp

What is the BAILII UK Case Law MCP server?

Search UK case law on BAILII — court judgments with section extraction. Runs locally.

How to install BAILII UK Case Law

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bailii-mcp": {
      "command": "uvx",
      "args": [
        "bailii-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bailii-mcp": {
      "command": "uvx",
      "args": [
        "bailii-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bailii-mcp": {
      "command": "uvx",
      "args": [
        "bailii-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bailii-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bailii-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bailii-mcp -- uvx bailii-mcp

Related MCP servers

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

View repository →

UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House

View repository →

UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT

View repository →

UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations

View repository →
BAILII UK Case Law MCP Server | PluginBench