PluginBench
MCP Server
Active

io.github.3121n/udir-mcp MCP Server

io.github.3121n/udir-mcp

What is the io.github.3121n/udir-mcp MCP server?

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

How to install io.github.3121n/udir-mcp

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

Related MCP servers

Norwegian address geocoding, places, properties, buildings & elevation from Kartverket.

0
TypeScript
View repository →

Norwegian neighborhood data: transit, road-noise & green-area access by coordinate.

0
JavaScript
View repository →

Norwegian flood & landslide hazard data from NVE, by WGS84 coordinate.

0
TypeScript
View repository →

Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.

0
TypeScript
View repository →