Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Eventsorg MCP
E
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Eventsorg MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "eventsorg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eventsorg-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

🌐 EventsOrg MCP: Autonomous AI Event Manager

MCP Registry NPM Version MCP Server AI Agent TypeScript License

An open-source Model Context Protocol (MCP) server and background autonomous agent designed to run the logistics of live events.

EventsOrg MCP gives LLMs (like Claude and Gemini) the "hands" to read live event data, reassign volunteers, cancel missing vendors, and communicate with staff via physical SMS messages.

Note: This repository is a framework. It is designed so that any event organizer can deploy their own instance of this code, attach their own API keys, and manage their own isolated event.


✨ Features

  • MCP Protocol Native: Exposes over 20+ event management tools (e.g., reassign_volunteer, get_vendor_status) to any standard AI client.
  • Twilio SMS Orchestration: The AI can text volunteers physical SMS messages. Inbound SMS replies are automatically parsed and routed back into the database.
  • Autonomous Agent Loop: Includes a standalone Gemini-powered agent (agent.ts) that runs 24/7, actively monitoring the event and resolving issues before a human even notices.
  • Google Sheets Sync: Automatically pushes real-time database state to a Google Sheets dashboard for human coordinators to view.
  • Zero-Config Local Webhooks: Uses Cloudflare Tunnels (untun) to automatically route live Twilio SMS back to your localhost during development.

πŸ— Architecture & Use Cases

This codebase supports three entirely different ways to interact with the AI:

1. Local Desktop Plugin (stdio)

Perfect for solo event organizers or local development. By connecting the code to Claude Desktop or Cursor, the AI talks directly to the local SQLite database via standard terminal input/output (stdio).

  • Requires: Your laptop to stay open and running.

2. Public API for AI (HTTP / SSE)

By starting the server with the --transport http flag, you turn the local server into a globally accessible web API. Other developers, LangChain apps, or AI IDEs can connect to your event remotely using Server-Sent Events (SSE).

  • Requires: Deployment to a cloud host like Railway, AWS, or Render.

3. The Autonomous Virtual Coordinator

You don't even need a chat window. By running the included agent.ts script, a Gemini-powered worker wakes up every 5 minutes, checks the database for anomalies (missing vendors, safety incidents, weather alerts), fixes them, and texts the staffβ€”completely autonomously.


πŸš€ How to Deploy Your Own Event

Because this system uses a local SQLite database (grid.db), one deployment equals one event. If multiple organizers want to run different events, they must deploy their own separate instances of this code.

Prerequisites

You will need API keys for:

  • Twilio (Account SID, Auth Token, Phone Number)
  • Google Cloud (Service Account JSON with Sheets API enabled)
  • Google Gemini (For the autonomous agent)

Environment Variables

Copy the .env.example file to .env and configure your API keys before starting the server. Alternatively, if deploying to a cloud platform (like Render, AWS, or Railway), add these directly to your dashboard:

env
# AI Models
GOOGLE_API_KEY=your_gemini_api_key

# Twilio SMS Engine
TWILIO_ACCOUNT_SID=your_twilio_sid
TWILIO_AUTH_TOKEN=your_twilio_token
TWILIO_PHONE_NUMBER=+1234567890

# External Integrations
OPENWEATHER_API_KEY=your_openweather_key
GOOGLE_MAPS_API_KEY=your_maps_key

# Escalation Emails
COORDINATOR_EMAIL=your_email@gmail.com
SMTP_USER=your_email@gmail.com
SMTP_PASS=your_app_password

# Webhook Config
PUBLIC_URL=eventsorg-mcp-production.up.railway.app # Set this when deployed publicly
WEBHOOK_PORT=3000

# Google Sheets Sync
GOOGLE_SHEET_ID=your_google_sheet_id
GOOGLE_SERVICE_ACCOUNT_JSON='{ "type": "service_account", ... }'

1. Using with Claude Desktop (stdio mode)

The easiest way to use this is as a local plugin for Claude. Since it's published to NPM, you don't even need to clone the repo.

  1. Open your claude_desktop_config.json file.
  2. Add this configuration (inserting your own API keys):
    config.json
    {
      "mcpServers": {
        "eventsorg-mcp": {
          "command": "npx",
          "args": ["-y", "eventsorg-mcp"],
          "env": {
            "TWILIO_ACCOUNT_SID": "your_twilio_sid",
            "TWILIO_AUTH_TOKEN": "your_twilio_token",
            "TWILIO_PHONE_NUMBER": "+1234567890",
            "GOOGLE_API_KEY": "your_gemini_api_key"
          }
        }
      }
    }
    
  3. Restart Claude Desktop.

Example usage: Open Claude and say, "My security vendor just called and said they are 30 minutes late. Can you update the system and text the outdoor zone volunteers?" Claude will instantly talk to your NPM package in the background, update the local database, and send the Twilio texts.

2. Standalone Cloud API (SSE mode)

If you want to build a custom web app or allow remote agents (like LangChain or custom scripts) to manage your event over the internet:

  1. Rent a cloud server and run the package in HTTP mode:
    Terminal
    npx -y eventsorg-mcp --transport http
    
  2. The server spins up and listens at your URL (e.g., https://your-server.com/sse).
  3. Now, in your custom app, you can connect remotely using the official MCP SDK:
    server.ts
    import { Client } from "@modelcontextprotocol/sdk/client/index.js";
    import { SSEClientTransport } from "@modelcontextprotocol/sdk/client/sse.js";
    
    const transport = new SSEClientTransport("https://your-server.com/sse");
    const mcpClient = new Client();
    await mcpClient.connect(transport);
    
    // Trigger tools remotely over the internet!
    await mcpClient.callTool({ name: "get_event_summary", arguments: {} });
    

(Note: Ensure you have your environment variables set in your terminal or cloud dashboard before running the npx command).

3. Developer Setup (Cloning)

If you want to modify the code or run the autonomous background agent (agent.ts):

  1. Clone the repository and run npm install.
  2. Copy .env.example to .env and fill in your keys.
  3. Run npm run start (for the API) or npm run start:agent (for the autonomous worker).

Cloud Deployment

If you want to host this publicly so an AI can manage it 24/7 in the cloud, you can deploy this on any Node.js hosting provider (like Render, AWS, Railway, Heroku, or Fly.io):

  1. Push this code to your own GitHub repo.
  2. Connect your repository to your cloud provider and deploy it.
  3. Paste your .env variables into your cloud provider's dashboard.
  4. Ensure your provider gives you a public URL (e.g., https://my-events.onrender.com), and set this as the PUBLIC_URL environment variable.
  5. In your Twilio console, point your phone number's webhook to https://<YOUR-PUBLIC-URL>/webhook/sms.

(Note: The npm start command will automatically seed the database with fake "sample event" data. If you are running a real event, remove tsx src/seed.ts from the start script in package.json!)


πŸ§ͺ Testing with the Live "Sample Event"

If you just want to test how the MCP protocol works without hosting a real event, I have deployed a public test instance of this server. Every time this test server boots, it completely wipes the database and fills it with a chaotic, half-broken music festival (vendors are 45 minutes late, zones are short-staffed).

You can build or connect your own MCP clients (like LangChain, custom apps, or AI code editors) to test it right now!

Live Test SSE Endpoint: https://eventsorg-mcp-production.up.railway.app/sse

Connect your AI to this URL and ask it: "What is the status of my event?" Watch as it identifies the issues and fires off physical text messages to try and save the festival!


πŸ›  Available MCP Tools

This MCP server exposes over 20+ tools to give your AI full operational control over the event. Here are the main highlights:

  • πŸ“± Twilio SMS Orchestration: (send_sms, get_sms_history) Allows the AI to text staff directly. Inbound replies are automatically logged to the database via webhook.
  • πŸ“Š Google Sheets Dashboard: (sync_to_sheets) Pushes the real-time state of the database to a remote Google Sheet for human coordinators.
  • πŸ—ΊοΈ Maps & Weather: (get_directions, get_weather) Provides the AI with live contextual data, such as walking times for reassigning volunteers or rain alerts for outdoor zones.
  • πŸ” Core Operations: (get_event_summary, reassign_volunteer, cancel_vendor_slot, escalate_to_coordinator, move_zone_indoors)

(Note: This is just a highlight! The server includes many more granular tools for managing incidents, checking in vendors, and querying exact database state.)


πŸ“„ License

This project is licensed under the ISC License.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Quesen logoQuesen

    Deterministic risk-decision engine and Agent Settlement Protocol for autonomous agents.

    πŸ’» Developer Tools0 views
    Compare vs Quesen β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Dwarf Fortress (DFHack) logoDwarf Fortress (DFHack)

    MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools

    πŸ’» Developer Tools1 views
    Compare vs Dwarf Fortress (DFHack) β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Eventsorg MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "eventsorg-mcp": { "command": "npx", "args": ["-y", "eventsorg-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEventsorg MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/eventsorg-mcp?style=directory)](https://allmcps.com/mcp/eventsorg-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/eventsorg-mcp"><img src="https://allmcps.com/api/badge/eventsorg-mcp?style=directory" alt="Eventsorg MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Eventsorg MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code