Skip to content
Cursor

posokanei mcp for Cursor

io.github.charistas/posokanei-mcp

Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.

client:Cursor transport:stdio runtime:npm

Install posokanei mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "posokanei-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "env": {
        "POSOKANEI_API_BASE": "<POSOKANEI_API_BASE>",
        "POSOKANEI_CACHE_TTL_MS": "<POSOKANEI_CACHE_TTL_MS>",
        "POSOKANEI_MIN_INTERVAL_MS": "<POSOKANEI_MIN_INTERVAL_MS>",
        "POSOKANEI_TIMEOUT_MS": "<POSOKANEI_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

posokanei mcp in other clients