PluginBench
MCP Server

io.github.matematicsolutions/mcp-fr-legal MCP Server

io.github.matematicsolutions/mcp-fr-legal

What is the io.github.matematicsolutions/mcp-fr-legal MCP server?

Offline MCP korpus prawa francuskiego (Legifrance/DILA) - verbatim + grounding cytatu

How to install io.github.matematicsolutions/mcp-fr-legal

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

Related MCP servers

MCP server for Polish court judgments via the SAOS API with verifiable citations.

2
JavaScript
MIT
View repository →

MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.

1
Python
Apache-2.0
View repository →

German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents.

1
Python
Apache-2.0
View repository →

MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.

1
Python
Apache-2.0
View repository →

MCP server for Luxembourg Legilux: ELI-native legislation and Akoma Ntoso with citations.

1
Python
Apache-2.0
View repository →

EU legislation and CJEU case law via Publications Office SPARQL (Cellar) + GDPRhub DPA decisions.

1
JavaScript
MIT
View repository →