mcpbeat Sign in

Hermes Grocy MCP Server

local only

Hermes Grocy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 1 Aug 2026.

MCP server for Grocy household ERP inventory and shopping workflows.

Installs per day peak 17 · avg 7 · -7% w/w
a month agotoday
50
Installs / week
pypi · hermes-grocy-mcp
3
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Hermes Grocy MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hermes-grocy-mcp -- uvx hermes-grocy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hermes-grocy-mcp": {
      "args": [
        "hermes-grocy-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hermes-grocy-mcp]
command = "uvx"
args = ["hermes-grocy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hermes-grocy-mcp": {
      "args": [
        "hermes-grocy-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hermes-grocy-mcp": {
      "args": [
        "hermes-grocy-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GROCY_BASE_URL (Grocy base URL, with or without /api), GROCY_API_KEY (Grocy API key for private instances or write access). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hermes Grocy MCP

same job, measured the same way
SalesBuildr
by wyre-technology

MCP server for SalesBuildr — quoting and sales workflows for MSPs.

local only
SalesBuildr
by wyre-ai

MCP server for SalesBuildr — quoting and sales workflows for MSPs.

local only
Fomu MCP
by gabrielmahia

MCP server for government forms and document workflows in Kenya (fomu = form)

96 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Shiori MCP
by rusty4444

MCP server for Shiori bookmark management and tag workflows.

51 installs/wk local only
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

66 installs/wk local only
MCP Eval Runner
by dbsectrainer

A standardized testing harness for MCP servers and agent workflows

27 installs/wk local only
Docs MCP
by tandem

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

13 tools answering

Hermes Grocy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hermes Grocy MCP?
Hermes Grocy MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hermes-grocy-mcp was installed 50 times last week.
How do I connect Hermes Grocy MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hermes-grocy-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Hermes Grocy MCP?
The pypi package hermes-grocy-mcp was installed 50 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hermes Grocy MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.