mcpbeat Sign in

Eventsorg MCP Server

local only

Eventsorg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 16 Jul 2026.

Autonomous MCP server and background agent for managing live event logistics.

Installs per day peak 246 · avg 17 · -7% w/w
a month agotoday
40
Installs / week
npm · eventsorg-mcp
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: GOOGLE_API_KEY (Your Google Gemini API Key), TWILIO_ACCOUNT_SID (Your Twilio Account SID), TWILIO_AUTH_TOKEN (Your Twilio Auth Token), TWILIO_PHONE_NUMBER (Your Twilio Phone Number (+1234567890)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eventsorg MCP

same job, measured the same way
MCP Sidecar
by lsequeiraa

Cross-platform MCP server for managing long-lived background processes from any MCP client

54 installs/wk local only
Grubhub
by markswendsen-code

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

29 installs/wk local only
Opentable
by markswendsen-code

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

48 installs/wk local only
Instacart
by markswendsen-code

MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously

46 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
Rhizome MCP
by odrin

Local-first MCP server for task tracking and coordination of autonomous AI coding agents.

249 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering

Eventsorg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eventsorg MCP?
Eventsorg 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 eventsorg-mcp was installed 40 times last week.
How do I connect Eventsorg 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 eventsorg-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Eventsorg MCP?
The npm package eventsorg-mcp was installed 40 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 Eventsorg MCP open source?
Yes — it is published under the ISC licence, written in TypeScript and 0 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.