Skip to content
VS Code

se eli mcp for VS Code

io.github.matematicsolutions/se-eli-mcp

MCP server for Swedish statutes (SFS) via Riksdagen open data with verifiable citations.

client:VS Code transport:stdio runtime:pypi

Install se eli mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "se-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "se-eli-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

se eli mcp in other clients