Nordic Registry MCP Server
Rank #5,722io.github.olgasafonova/nordic-registry-mcp-server
MCP server providing nordic-registry-server capabilities
Nordic Registry MCP Server is a Model Context Protocol (MCP) server published by olgasafonova. It ranks #5,722 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Nordic Registry MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Dec 25, 2025 and most recently updated on Feb 15, 2026.
Ranks ahead of 109,738 of 115,460 servers on MCP Toplist.
Use Nordic Registry MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nordic-registry-mcp-server -e "BOLAGSVERKET_CLIENT_ID=<your BOLAGSVERKET_CLIENT_ID>" -e "BOLAGSVERKET_CLIENT_SECRET=<your BOLAGSVERKET_CLIENT_SECRET>" -- docker run -i --rm ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0Replace each placeholder with your own value before saving.
[mcp_servers.nordic-registry-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"]
[mcp_servers.nordic-registry-mcp-server.env]
BOLAGSVERKET_CLIENT_ID = "<your BOLAGSVERKET_CLIENT_ID>"
BOLAGSVERKET_CLIENT_SECRET = "<your BOLAGSVERKET_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nordic-registry-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"
],
"env": {
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nordic-registry-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"
],
"env": {
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nordic-registry-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"
],
"env": {
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nordic-registry-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"
],
"env": {
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nordic-registry-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.0"
],
"env": {
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.olgasafonova%2Fnordic-registry-mcp-server)<a href="https://mcptoplist.com/server/io.github.olgasafonova%2Fnordic-registry-mcp-server"><img src="https://mcptoplist.com/badge/io.github.olgasafonova%2Fnordic-registry-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
olgasafonova
Other servers by olgasafonova
- Miro#219 · 23 vers
- MediaWiki#2,487 · 10 vers
- TilbudsTrolden#3,524 · 3 vers
- GLEIF MCP Server#6,180 · 5 vers
- ProductPlan MCP Server#7,809 · 6 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Feb 15, 2026 |
| 1.0.0 | Feb 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nordic Registry MCP Server?
- Nordic Registry MCP Server is maintained by olgasafonova, which publishes 6 MCP servers (50 total versions) tracked on MCP Toplist.
- Is Nordic Registry MCP Server listed on the Official MCP Registry?
- Yes — Nordic Registry MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Nordic Registry MCP Server have?
- MCP Toplist tracks 3 versions of Nordic Registry MCP Server, most recently published on Feb 15, 2026.
- Where can I find the source code for Nordic Registry MCP Server?
- The source code for Nordic Registry MCP Server is hosted at github.com/olgasafonova/nordic-registry-mcp-server.