Odel
kronan mcp

kronan mcp

Local
@sandsower15TypeScriptMITUpdated 4mo ago

MCP server for the Krónan grocery store API (Iceland)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkronan-mcpv1.0.1

Run

npx -y kronan-mcp

MCP client config

{
  "mcpServers": {
    "kronan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kronan-mcp"
      ]
    }
  }
}