Trivia for Cursor
io.github.pipeworx-io/trivia
Trivia MCP — wraps Open Trivia Database (free, no auth)
client:Cursor
transport:streamable-http
Install Trivia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trivia": {
"url": "https://gateway.pipeworx.io/trivia/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs