Skip to content
Cline

eventsorg mcp for Cline

io.github.guth01/eventsorg-mcp

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

client:Cline transport:stdio runtime:npm

Install eventsorg mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "eventsorg-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

eventsorg mcp in other clients