grocy-mcp

thijserven/grocy-mcp
★ 0 stars TypeScript API Integration Updated today
Unofficial MCP server for Grocy
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "grocy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thijserven/grocy-mcp"
      ]
    }
  }
}

README Excerpt

Native TypeScript MCP server for Grocy's REST API. It exposes all 87 discovered API operations: the 86 bundled upstream OpenAPI operations plus Grocy's OpenAPI-document endpoint, which the specification intentionally omits. > Independent integration. It is not developed, endorsed, or supported by Grocy.

Tools (7)

GROCY_API_KEYGROCY_BASE_URLGROCY_MCP_AUTH_TOKENGROCY_MCP_HOSTGROCY_MCP_PORTGROCY_TIMEOUT_MSGROCY_USER_AGENT