Skip to content
Cursor

udir mcp for Cursor

io.github.3121n/udir-mcp

Norwegian school (NSR) & kindergarten (NBR) registry data from UDIR.

client:Cursor transport:stdio runtime:npm

Install udir mcp in Cursor

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

{
  "mcpServers": {
    "udir-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nor-data/udir-mcp"
      ]
    }
  }
}

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

udir mcp in other clients