/ Directorio / Playground / Claude for Legal
● Oficial anthropics ⚡ Instantáneo

Claude for Legal

por anthropics · anthropics/claude-for-legal

Anthropic's official suite of plugins and skills for legal workflows.

Claude for Legal is a skill that anthropic's official suite of plugins and skills for legal workflows Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

claude-for-legal.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-for-legal": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/claude-for-legal",
        "~/.claude/plugins/legal"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-for-legal": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/claude-for-legal",
        "~/.claude/plugins/legal"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-for-legal": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/claude-for-legal",
        "~/.claude/plugins/legal"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-for-legal": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/claude-for-legal",
        "~/.claude/plugins/legal"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-for-legal",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/claude-for-legal",
        "~/.claude/plugins/legal"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-for-legal": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/anthropics/claude-for-legal",
          "~/.claude/plugins/legal"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add claude-for-legal -- git clone https://github.com/anthropics/claude-for-legal ~/.claude/plugins/legal

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Claude for Legal

Use Claude for Legal for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Cuándo usarlo: You want skill integration for skill work without writing glue code.

Requisitos previos
  • Repo installed / cloned — See repo README
Flujo
  1. Install
    Set up the Claude for Legal skill.✓ Copiado
    → skill listed in your agent config
  2. Invoke
    Use Claude for Legal to run a representative task in skill.✓ Copiado
    → Tool call succeeds; result returned

Resultado: Real skill work completed via Claude for Legal with one chat.

Errores comunes
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

claude-for-legal + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Claude for Legal together with filesystem.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
primary_call task-specific For the main use case Varies

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Provider rate limits apply
Tokens por llamada
Varies
Monetario
Free / pay provider directly
Consejo
Cache results; batch calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables or your OS keychain.
Salida de datos: Depends on integration

Resolución de problemas

Errores comunes y soluciones

Confirm install and restart your agent.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills