seatgeek mcp for Cursor
io.github.mrfentmen/seatgeek-mcp
MCP server for SeatGeek: events, venues, ticket stats. Needs a client ID.
client:Cursor
transport:stdio
runtime:npm
Install seatgeek mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seatgeek-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seatgeek-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs