Skip to content
Cursor

eventsorg mcp for Cursor

io.github.guth01/eventsorg-mcp

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

client:Cursor transport:stdio runtime:npm

Install eventsorg mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "eventsorg-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "eventsorg-mcp"
      ],
      "env": {
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>",
        "TWILIO_PHONE_NUMBER": "<TWILIO_PHONE_NUMBER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

eventsorg mcp in other clients