Skip to content

accessoticketing mcp for Grok

io.github.chrischall/accessoticketing-mcp

Read accesso mobile ticket links: orders, admissions, barcodes and Google Wallet passes.

client:Grok transport:stdio runtime:npm

Install accessoticketing mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "accessoticketing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/accessoticketing-mcp"
      ],
      "env": {
        "ACCESSO_TICKET_URL": "<ACCESSO_TICKET_URL>",
        "ACCESSO_OUTPUT_DIR": "<ACCESSO_OUTPUT_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

accessoticketing mcp in other clients