demozoo mcp for Cursor
io.github.mrfentmen/demozoo-mcp
Keyless MCP server for Demozoo, the demoscene database: search 390k+ demos, intros, graphics and...
client:Cursor
transport:stdio
runtime:npm
Install demozoo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"demozoo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"demozoo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs