Skip to content
Cursor

Hermes Grocy MCP for Cursor

io.github.rusty4444/hermes-grocy-mcp

MCP server for Grocy household ERP inventory and shopping workflows.

client:Cursor transport:stdio runtime:pypi

Install Hermes Grocy 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": {
    "hermes-grocy-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hermes-grocy-mcp"
      ],
      "env": {
        "GROCY_BASE_URL": "<GROCY_BASE_URL>",
        "GROCY_API_KEY": "<GROCY_API_KEY>"
      }
    }
  }
}

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

Hermes Grocy MCP in other clients