seatgeek mcp for VS Code
io.github.mrfentmen/seatgeek-mcp
MCP server for SeatGeek: events, venues, ticket stats. Needs a client ID.
client:VS Code
transport:stdio
runtime:npm
Install seatgeek mcp in VS Code
.vscode/mcp.json
{
"servers": {
"seatgeek-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seatgeek-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs