Loading MCP server directory, please wait...
Autonomous MCP server and background agent for managing live event logistics.
npx @getmcp/cli add io.github.guth01/eventsorg-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_API_KEYYour Google Gemini API Key
TWILIO_ACCOUNT_SIDYour Twilio Account SID
TWILIO_AUTH_TOKENYour Twilio Auth Token
TWILIO_PHONE_NUMBERYour Twilio Phone Number (+1234567890)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.guth01/eventsorg-mcp": {
"command": "npx",
"args": [
"-y",
"eventsorg-mcp"
],
"env": {
"GOOGLE_API_KEY": "",
"TWILIO_ACCOUNT_SID": "",
"TWILIO_AUTH_TOKEN": "",
"TWILIO_PHONE_NUMBER": ""
}
}
}
}