Skip to content
Cursor

fr eli mcp for Cursor

io.github.matematicsolutions/fr-eli-mcp

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

client:Cursor transport:stdio runtime:pypi

Install fr eli mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fr-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fr-eli-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fr eli mcp in other clients