PluginBench
MCP Server
Active
MIT

VibeLawyer MCP Server

io.github.Jack-mi/vibelawyer

What is the VibeLawyer MCP server?

Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device.

How to install VibeLawyer

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": {
    "vibelawyer": {
      "command": "uvx",
      "args": [
        "vibelawyer"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vibelawyer": {
      "command": "uvx",
      "args": [
        "vibelawyer"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vibelawyer": {
      "command": "uvx",
      "args": [
        "vibelawyer"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vibelawyer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vibelawyer"
      ]
    }
  }
}
Claude Code
claude mcp add vibelawyer -- uvx vibelawyer

Related MCP servers

Closed-source remote MCP: model benchmarks, costs, HN signals, tech registry.