mcpbeat Sign in

Enrico MCP Server

local only

Enrico MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Enrico (kayaposoft) holiday API: public holidays by country and year.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · enrico-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 enrico-mcp -- npx -y enrico-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "enrico-mcp": {
      "args": [
        "-y",
        "enrico-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.enrico-mcp]
command = "npx"
args = ["-y", "enrico-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "enrico-mcp": {
      "args": [
        "-y",
        "enrico-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "enrico-mcp": {
      "args": [
        "-y",
        "enrico-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Enrico MCP

same job, measured the same way
Holidays MCP
by lulu-the-narwhal

Free, keyless public holidays lookup for any country and year, plus single-date holiday checks.

2 tools answering
Holidays MCP
by mrfentmen

Nager and Open Holidays public holidays.

local only
C
Public Holidays
by invokera

Public holidays for 100+ countries — by year, or the next ones coming up. Via Nager.Date.

2 tools answering
ISO country BY
by sadri-dridi

Public ISO 3166-1 record for BY.

30 tools answering
lookup-holiday
by encodi

Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.

1 tools answering
Gitea MCP
by mrfentmen

Gitea.com public API: search repos and users.

local only
ISO country AR
by sadri-dridi

Public ISO 3166-1 record for AR.

30 tools answering
ISO country YE
by sadri-dridi

Public ISO 3166-1 record for YE.

30 tools answering

Enrico MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Enrico MCP?
Enrico 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 npm package enrico-mcp.
Is Enrico MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Enrico 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 enrico-mcp straight from npm; nothing to host, nothing to sign up for.