kronan-mcp
Rank #18,908io.github.sandsower/kronan-mcp
MCP server for the Krónan grocery store API (Iceland)
kronan-mcp is a Model Context Protocol (MCP) server published by sandsower. It ranks #18,908 of 115,591 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. kronan-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 9, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 96,683 of 115,591 servers on MCP Toplist.
Use kronan-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kronan-mcp -e "KRONAN_ACCESS_TOKEN=<your KRONAN_ACCESS_TOKEN>" -- npx -y kronan-mcpReplace each placeholder with your own value before saving.
[mcp_servers.kronan-mcp]
command = "npx"
args = ["-y", "kronan-mcp"]
[mcp_servers.kronan-mcp.env]
KRONAN_ACCESS_TOKEN = "<your KRONAN_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronan-mcp": {
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<your KRONAN_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronan-mcp": {
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<your KRONAN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kronan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<your KRONAN_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronan-mcp": {
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<your KRONAN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronan-mcp": {
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<your KRONAN_ACCESS_TOKEN>"
}
}
}
}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.sandsower%2Fkronan-mcp)<a href="https://mcptoplist.com/server/io.github.sandsower%2Fkronan-mcp"><img src="https://mcptoplist.com/badge/io.github.sandsower%2Fkronan-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
sandsower
Other servers by sandsower
View all sandsower servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 19, 2026 |
Frequently asked questions
- Who maintains kronan-mcp?
- kronan-mcp is maintained by sandsower, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is kronan-mcp listed on the Official MCP Registry?
- Yes — kronan-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does kronan-mcp have?
- MCP Toplist tracks 1 version of kronan-mcp, most recently published on Apr 19, 2026.
- Where can I find the source code for kronan-mcp?
- The source code for kronan-mcp is hosted at github.com/sandsower/kronan-mcp.