mcpbeat Sign in

Etix MCP Server

local only

Etix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 494 installs a week from npm. Last commit 18 Sep 2026.

Etix event discovery for Claude — search events, venues & performers and fetch event details

Installs per day peak 207 · avg 35 · +207% w/w
a month agotoday
494
Installs / week
npm · etix-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Etix 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 etix-mcp -- npx -y etix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "etix-mcp": {
      "args": [
        "-y",
        "etix-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.etix-mcp]
command = "npx"
args = ["-y", "etix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "etix-mcp": {
      "args": [
        "-y",
        "etix-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "etix-mcp": {
      "args": [
        "-y",
        "etix-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ETIX_WS_PORT (Override the fetchproxy WebSocket port (default 37149).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Etix MCP

same job, measured the same way
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Tmdb MCP Server
by cyanheads

Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).

46 installs/wk local only
Eventbrite MCP
by chrischall

Eventbrite for Claude — your tickets/orders, organizer data, and public event discovery

455 installs/wk local only
SofiaStage Events
by sofiastage

Read-only tools for current SofiaStage events, venues, cities, performers, and editorial.

5 tools answering
Tock MCP
by chrischall

Tock (exploretock.com): discover restaurants, search a city, get venue details and availability.

510 installs/wk local only
Cairn
by jasondostal

Persistent memory for AI agents and humans. Store, search, and discover patterns.

local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
Getyourguide MCP
by chrischall

GetYourGuide tours & activities for Claude — search, details, options, and reviews

255 installs/wk local only

Etix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Etix MCP?
Etix 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 etix-mcp was installed 494 times last week.
How do I connect Etix 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 etix-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Etix MCP?
The npm package etix-mcp was installed 494 times in the last week. Week over week that is +207%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Etix MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.