kronan mcp for Cursor
io.github.sandsower/kronan-mcp
MCP server for the Krónan grocery store API (Iceland)
client:Cursor
transport:stdio
runtime:npm
Install kronan mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kronan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "<KRONAN_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs