Bailii MCP
Rank #25,957io.github.paulieb89/bailii-mcp
MCP server providing bailii-mcp capabilities
Bailii MCP is a Model Context Protocol (MCP) server published by paulieb89. It ranks #25,957 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Bailii MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 89,503 of 115,460 servers on MCP Toplist.
Use Bailii MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bailii-mcp -- uvx bailii-mcp[mcp_servers.bailii-mcp]
command = "uvx"
args = ["bailii-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bailii-mcp": {
"command": "uvx",
"args": [
"bailii-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bailii-mcp": {
"command": "uvx",
"args": [
"bailii-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bailii-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bailii-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bailii-mcp": {
"command": "uvx",
"args": [
"bailii-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bailii-mcp": {
"command": "uvx",
"args": [
"bailii-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paulieb89%2Fbailii-mcp)<a href="https://mcptoplist.com/server/io.github.paulieb89%2Fbailii-mcp"><img src="https://mcptoplist.com/badge/io.github.paulieb89%2Fbailii-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
paulieb89
Other servers by paulieb89
- UK Property Data#3,174 · 1 ver
- UK Due Diligence#4,932 · 3 vers
- UK Legal Research#8,335 · 3 vers
- PyP6Xer MCP Server#12,771 · 5 vers
- Pine Script v6 Documentation#22,257 · 1 ver
- UK Business Tools - Ledgerhall#22,634 · 3 vers
- GOV UK Search#23,600 · 4 vers
- UK Property Intelligence#26,063 · 5 vers
- Property Descriptions#34,361 · 5 vers
- What Do They Know#36,717 · 4 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bailii MCP?
- Bailii MCP is maintained by paulieb89, which publishes 11 MCP servers (36 total versions) tracked on MCP Toplist.
- Is Bailii MCP listed on the Official MCP Registry?
- Yes — Bailii MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Bailii MCP have?
- MCP Toplist tracks 2 versions of Bailii MCP, most recently published on Apr 1, 2026.
- Where can I find the source code for Bailii MCP?
- The source code for Bailii MCP is hosted at github.com/paulieb89/bailii-mcp.